ReactiveUI icon indicating copy to clipboard operation
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...

Results 152 ReactiveUI issues
Sort by recently updated
recently updated
newest added

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...

feature request

### 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:...

bug

### 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...

build

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` ->...

Dependency Management

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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Xamarin.AndroidX.Media/1.7.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Dependency Management

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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Xamarin.AndroidX.Core/1.13.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Dependency Management

### 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)`...

bug

**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...

bug

### 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...

bug