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...
## Problem There are a bunch of minor problems that result from a bug in the way Locator.CurrentMutable.RegisterViewsForViewModels() is coded. I think the biggest issue with it is that its...
**Is your feature request related to a problem? Please describe.** Outdated and missing Integration Test demo code for WPF and Winforms (should be .NET Core these days) and missing Blazor...
**Is your feature request related to a problem? Please describe.** Relates to #2765 False positives on Fody etc. whether it would help for the build \ release action to be...
https://github.com/reactiveui/ReactiveUI/blob/4c03cbee86a46365c7e7297e709906a157707c84/src/ReactiveUI/Mixins/DependencyResolverMixins.cs#L42-L43 Allow registering custom services before calling InitializeReactiveUI by adding HasRegistration checks, similar to how [InitializeSplat handles that](https://github.com/reactiveui/splat/blob/d0670a7fb0a7207d6361884a28da0dd5d3c977d1/src/Splat/ServiceLocation/ServiceLocationInitialization.cs#L33) With this approach, one would register a custom service before the initialization...
.NET 5 WPF applications that contain the ReactiveUI.Fody NuGet package trigger antivirus. **Steps To Reproduce** 1) Open Visual Studio 2019 and create new .NET 5 WPF project. 2) Add the...
Now, when changing command parameters without explicitly specifying the types of arguments, the InvokeCommand (ICommand) overload is called, which ignores the input type and throws an exception only during runtime....
**Do you want to request a *feature* or report a *bug*?** Report a bug **What is the current behavior?** When swapping out the source items behind a ComboBox, it's now...
We should get a lot more coverage of different performance tests in our Benchmark project. So most major classes covered. ## Extensions - [ ] [When Activated](https://github.com/reactiveui/ReactiveUI/blob/4ac16d3fc703929f8a573eb1300123c5ab7f6518/src/ReactiveUI/Activation/ViewForMixins.cs#L46) - [ ]...
After company name, project name, how it is being used, which platforms. Case study / reference customer material marketeer type stuff. Use the following template: - Drag and drop a...
I have created a demo repository here: https://github.com/jcomtois/TestReactiveUINavigation The sample solution above demonstrates the problem I have run into in my real-world application. The real app is for a touch-screen...