Issues
- 1
- 0
Intro to Rx.NET Documentation
#2174 opened by reillybainet - 8
Feature Request: Make `AsyncGate.LockAsync` cancellable
#2148 opened by gmkado - 0
- 0
- 0
AsyncRx.NET's Do operator overloads more prone to ambiguity than normal Rx.NET'
#2170 opened by idg10 - 0
- 2
Consider returning an empty collection instead of an exception for MaxByAsync/MinByAsync
#2166 opened by MatthewSteeples - 0
Consider adding higher-order overload for Amb
#2165 opened by glopesdev - 4
`Publish` overload for `IAsyncEnumerable`
#2159 opened by julealgon - 2
[Feature] DistinctBy for IAsyncEnumerable
#1986 opened by WhatzGames - 6
Observable.Start documentation
#2162 opened by RedGlow - 2
- 2
- 5
- 1
Fully update Ix for .NET SDK 8.0
#2132 opened by idg10 - 4
Bug in Merge for USE_FAIR_AND_CHEAPER_MERGE
#2134 opened by fabianoliver - 0
- 4
Observable completion exhibits O(n^2) behavior in GroupBy+[SelectMany/Merge] in the number of groups
#2005 opened by alewisfm - 1
Union doesn't dispose enumerator for empty lists
#2112 opened by Bouke - 1
- 0
IntroToRx recommends wrong Window overload
#2130 opened by idg10 - 1
Publish symbols for assemblies in this package
#2103 opened by jdrobison - 3
- 2
`Task.ToObservable` will always continue on `TaskScheduler.Current` instead of the current synchronization context.
#2062 opened by paul-scharnofske-AP - 0
Benchmarks don't run for .NET 6+
#2095 opened by idg10 - 2
PageNotFoundError about https://www.reactiveui.net/slack
#2076 opened by BoysheO - 5
Incorporate https://github.com/runceel/ReactiveProperty
#2081 opened by eder-em - 5
- 2
Possible Deadlock in BehaviorSubject.Subscribe
#2080 opened by Joost-Jens-Luminis - 3
- 1
Referencing System.Reactive from a WinUI 3 app or library is causing XLS errors to display in VS while XAML files are open
#2077 opened by kmgallahan - 0
Fix sentence on IntroToRx book
#2073 opened by skarllot - 0
[Feature] GroupSequentialBy
#2075 opened by voroninp - 0
Add BackOffRetry example in IntroToRx
#2072 opened by HowardvanRooijen - 0
Add concrete scenario for Subject Factory in IntroToRx
#2070 opened by idg10 - 0
- 1
Analyzer for usage guidelines
#2068 opened by idg10 - 0
Add examples for IntroToRx Disposables appendix
#2067 opened by idg10 - 1
[Rx.Book] Missing PDF and ePub versions
#2059 opened by astrowalker - 0
[Bug]: The timeout configuration completes too early
#2056 opened by HofmeisterAn - 0
Async version of Observable.Create does not signal cancellation token when unsubscribed if subscribeAsync implementation has thread blocking operations
#2052 opened by ArXen42 - 0
Update build instructions
#2051 opened by idg10 - 0
- 3
Buffer operator for IAsyncEnumerable<T>
#2027 opened by clement911 - 0
Observable.Start discards the IDisposable an scheduler provides to it and replaces with an empty one.
#2033 opened by fahadash - 0
- 0
Infinite loop from Buffer and ReplaySubject interaction
#1985 opened by Norskan - 2
Observable.Interval().Take() hangs with ImmediateScheduler
#1983 opened by idg10 - 2
Observable.Merge(IObservable<IObservable<TSource>>) seems to be broken. Version 6.0.0
#1982 opened by wilbennett