You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add System.Reactive.Disposables.Fluent namespace and fix RS2005 analyzer warning
- Add using System.Reactive.Disposables.Fluent to TestViewModel.cs (DisposeWith moved there in System.Reactive 6.1.0)
- Fix duplicate RXUISG0018 entries in AnalyzerReleases.Shipped.md (merge into single entry)
Build completes with 0 errors, 0 warnings. All 33 tests pass on net8.0, net9.0, and net10.0.
Co-authored-by: glennawatson <[email protected]>
0 commit comments