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

**Is your feature request related to a problem? Please describe.** I am now working with ReactiveUI.Wpf and I found it very tedious to use ReactiveWindow and ReactiveUserControl. Following text is...

feature request

**Is your feature request related to a problem? Please describe.** Currently the POCO type binding warning messages are at the **warn** level. My GUI application has a log widget in...

feature request

### Describe the bug 🐞 When deriving my Page (view) from `ReactiveInjectableComponentBase` and providing a view model class that implements `IActivatableViewModel`, my callback provided to `this.WhenActivated()` is not invoked for...

bug

### Describe the bug 🐞 When attempting to use ReactiveUI + ReactiveUI.Winforms with VSTO addins i get the following compile time error as seen on [issue](https://github.com/reactiveui/ReactiveUI/issues/1552) Microsoft.VisualStudio.Tools.Office.targets(176, 9): [MSB4018] The...

bug

### Describe the bug 🐞 When trying to navigate to a page that was previously loaded, RoutedViewHost will become a blank page. ### Step to reproduce 1. Go to the...

bug

**What kind of change does this PR introduce?** update **What is the current behavior?** Packages are the same for all TFM's **What is the new behavior?** Less dependencies are included...

### Describe the bug 🐞 A class derived from ReactiveValidationObject is not garbage collected, if it has set a validation rule and subscribed to ValidationContext.ValidationStatusChange. ### Step to reproduce 1....

bug

**Describe the problem you are trying to solve.** I do not want STJ listed as a dependency for net 6+. System.Net.Http.Json should be checked if it can also be externalised...

feature request

**Is your feature request related to a problem? Please describe.** I was experiementing with the transitions in the WPF ```RoutedViewHost``` and noticed the duration property didn't have any effect when...

feature request

### Describe the bug 🐞 Executing a command inside an iOS app throws an ``UIKit.UIKitThreadAccessException: 'UIKit Consistency error: you are calling a UIKit method that can only be invoked from...

bug