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...
### 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 => {...
### 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....
### 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...
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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
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` | [](https://docs.renovatebot.com/merge-confidence/) |...
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` | [](https://docs.renovatebot.com/merge-confidence/) |...
### 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,...
### 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...