ReactiveProperty icon indicating copy to clipboard operation
ReactiveProperty copied to clipboard

ReactiveProperty provides MVVM and asynchronous support features under Reactive Extensions. Target frameworks are .NET 6+, .NET Framework 4.7.2 and .NET Standard 2.0.

Results 10 ReactiveProperty issues
Sort by recently updated
recently updated
newest added

- Because `SynchronizationContextScheduler` that is default scheduler for ReactiveProperty always executes action later even if it is run on UI thread. need `ReactivePropertyMauiScheduler` like below: ```csharp using Microsoft.Maui.Dispatching; using System.Reactive.Concurrency;...

enhancement

- [x] Update csharp lang version to 10.0 - [x] Enable nullable - [ ] Fix all errors and warnings - [ ] Run all unit tests with all green...

enhancement
help wanted

Apply all changes for #402 to the document.

ICollectionやICollectionのような形でもバリデーションしたいです

question

Please let us know which classes and methods are blockers when migrating from ReactiveProperty to R3. For Japanese: It’s okay to write in Japanese.(日本語で書いても大丈夫です。) ## Candidate features - [ ]...

enhancement

ToReactivePropertySlimAsSynchronized について質問です。 ToReactivePropertySlimAsSynchronized を使って作成した ReactivePropertySlim で、元となった値の変更に伴い、Value が更新された場合、もともと Value に設定されていたインスタンスを Dispose するためには、どのようにすればいいでしょうか? DisposePreviousValue() のようにスマートに記述できる方法はありますか? 以下のようなケースを想定しています。 ```csharp User = model.ToReactivePropertySlimAsSynchronized( m => m.User, m => new UserViewModel(m.User), // UserViewModel は IDisposable を想定...

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.0 to 1.3.2. Changelog Sourced from node-forge's changelog. 1.3.2 - 2025-11-25 Security HIGH: ASN.1 Validator Desynchronization An Interpretation Conflict (CWE-436) vulnerability in node-forge versions 1.3.1 and below...

dependencies
javascript

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.0 to 3.14.2. Changelog Sourced from js-yaml's changelog. [3.14.2] - 2025-11-15 Security Backported v4.1.1 fix to v3 [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml...

dependencies
javascript

This issue covers upgrading the project to .NET 10 SDK and updating dependencies such as System.Reactive to their latest versions. ### Tasks - [x] Upgrade to .NET 10 SDK -...

dependencies