ReactiveUI
ReactiveUI copied to clipboard
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state...
When WhenAnyValue is used for example on a boolean property it doesn't react to all the changes and that is a problem. The reason is DistinctUntilChanged that is sitting on...
### Describe the bug 🐞 In later versions of ReactiveUi (it works in 19.5.1, but not in 20.1.1) the navigation doesn't work properly. This is related to the following fix:...
### Describe the bug 🐞 ``` warning - 2024-05-17 07:55:17,466 -- No config file could be found. Ignoring config. Error: Codecov token not found. Please provide Codecov token with -t...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [Microsoft.AspNetCore.Components](https://asp.net/) ([source](https://togithub.com/dotnet/aspnetcore)) | `6.0.32` ->...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Xamarin.AndroidX.Media](https://aka.ms/androidx) ([source](https://togithub.com/xamarin/AndroidX)) | `1.7.0.4` -> `1.7.0.5` | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Xamarin.AndroidX.Core](https://aka.ms/androidx) ([source](https://togithub.com/xamarin/AndroidX)) | `1.13.1.2` -> `1.13.1.3` | [](https://docs.renovatebot.com/merge-confidence/) |...
### Describe the bug 🐞 `WaitForDispatcherScheduler` silently breaks because apparently the dispatcher is either not created at all or not created before ElementHost appears. As a result all my `.ObserveOn(RxApp.MainThreadScheduler)`...
**What kind of change does this PR introduce?** Bug fix? **What is the current behavior?** Originally the `InitializeReactiveUI` function didn't account for order of passed registration, because the allowed namespace...
### Describe the bug 🐞 ``` Error CS0121 : The call is ambiguous between the following methods or properties: 'System.Reactive.Linq.ControlObservable.ObserveOn(System.IObservable, System.Windows.Forms.Control)' and 'System.Reactive.Linq.ControlObservable.ObserveOn(System.IObservable, System.Windows.Forms.Control)' ``` The methods are under the...
### Describe the bug 🐞 This week I tried to open some of my forms, but it surprised me that, suddenly, a lot of those screens are poping one after...