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

Bumps [Xamarin.AndroidX.Lifecycle.LiveData](https://github.com/xamarin/AndroidX) from 2.4.0.1 to 2.5.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Xamarin.AndroidX.Lifecycle.LiveData&package-manager=nuget&previous-version=2.4.0.1&new-version=2.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
.NET

Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 17.2.1 to 17.5.0. Release notes Sourced from Verify.Xunit's releases. 17.5.0 As part of this release we had 2 commits which resulted in 1 issue being closed. Feature...

dependencies
.NET

### Describe the bug 🐞 This is tough to describe, I've added a repository to reproduce it. This issue is following a discussion on slack where this has been found...

bug

### Describe the bug 🐞 Earlier, we were able to save `RoutingState.NavigationStack` to disk, as the collection was annotated as a `[DataMember]`: https://github.com/reactiveui/ReactiveUI/blame/a43e99ae2fbcd644460f245f471f573b7d3b66ec/src/ReactiveUI/Routing/RoutingState.cs#L26-L27 But now, the observable collection is `[IgnoreDataMember]`d:...

bug

First of all, thank you for providing this super nice library. **Is your feature request related to a problem? Please describe.** Actual behavior : a view is instantiated whenever the...

feature request

The `[Reactive]` attribute in Fody is extremely handy for reducing boiler plate and clutter, but does not have a comparable partner for observable collections. Would it be reasonable to add...

feature request

**Describe the bug** When a Fody-woven `[Reactive]` property of nullable value type (`Nullable` for some `T`) is assigned `null` directly in the member declaration, running the constructor results in an...

bug
reactiveui-fody
future

**Describe the bug** This bug is similar to reactiveui/website#382. We updated our application from ReactiveUI 13.3.2 to 16.3.10 and got the same exception when invoking an ReactiveCommand as described there:...

I'm thinking about creating a source generator for the ReactiveUI project, similar to the [CommunityToolkit.Mvvm.SourceGenerators](https://github.com/CommunityToolkit/dotnet/issues/8). My ideas are the following: ### ReactiveUI Property Source Generator ```csharp [ReactiveProperty] private DateTime _time;...

feature request

**Is your feature request related to a problem? Please describe.** Sometime we need to define a property in a parent abstract class, but set its value on child ones. How...

feature request