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

### Describe the bug 🐞 Using Avalonia 11.0.10, when binding a command using BindCommand in the code behind of the view as follows: ``` public MainView() { this.WhenActivated(disposed => {...

bug

### Describe the bug 🐞 When calling `ReactiveUI.ControlFetcherMixin.WireUpControls()` in a .NET 8 Android app (`net8.0-android`) in non-debug configuration, even though the correct resource ID is specified, a `MissingFieldException` is thrown....

bug

### Describe the bug 🐞 .net 8 wpf ,ReactiveUI.WPF 20.1.63。windows desktop app, run err : “scan.server.exe”(CoreCLR: clrhost): 已加载“C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\8.0.6\UIAutomationProvider.dll”。 引发的异常:“System.IO.FileNotFoundException”(位于 System.Private.CoreLib.dll 中) 引发的异常:“System.IO.FileNotFoundException”(位于 System.Private.CoreLib.dll 中) 引发的异常:“System.IO.FileNotFoundException”(位于 System.Private.CoreLib.dll 中) 引发的异常:“System.IO.FileNotFoundException”(位于 System.Private.CoreLib.dll...

bug

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.CodeAnalysis.Analyzers](https://redirect.github.com/dotnet/roslyn-analyzers) | `3.3.4` -> `3.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis.Analyzers/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.CodeAnalysis.Analyzers/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Dependency Management

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Roslynator.Analyzers](https://redirect.github.com/dotnet/roslynator) | `4.12.6` -> `4.12.7` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Roslynator.Analyzers/4.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Roslynator.Analyzers/4.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Dependency Management

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.WindowsAppSDK](https://redirect.github.com/microsoft/windowsappsdk) | `1.5.240802000` -> `1.6.240923002` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.WindowsAppSDK/1.6.240923002?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.WindowsAppSDK/1.6.240923002?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Dependency Management

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Xamarin.Jetbrains.Annotations](https://aka.ms/androidx) ([source](https://redirect.github.com/xamarin/AndroidX)) | `24.1.0.8` -> `25.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Xamarin.Jetbrains.Annotations/25.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Dependency Management

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Xamarin.Google.Android.Material](https://aka.ms/androidx) ([source](https://redirect.github.com/xamarin/AndroidX)) | `1.11.0.2` -> `1.12.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Xamarin.Google.Android.Material/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Dependency Management

### Describe the bug 🐞 First off, thanks for all the work on ReactiveUI, it is a very helpful library! Let's say I have a `ViewModel` object with two properties,...

bug
documentation

### Describe the bug 🐞 The new `BindWithValidation` for WPF (introduced in #3874) is not able to bind to `ComboBox.SelectedValue`. Instead, an Exception is thrown: `System.ArgumentException: 'Dependency property not found...

bug