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
Switch to RxSchedulers, adjust ReactiveUI and deps
Migrate ReactiveUI scheduler and state APIs and update related code—replace RxApp.MainThreadScheduler with RxSchedulers.MainThreadScheduler and RxApp.DefaultExceptionHandler with RxState.DefaultExceptionHandler; adapt UseReactiveUI call to the builder overload and add a WPF startup ReactiveUI builder. Also add explicit Convert.ToDouble bindings for scrollbar maximums. Bump multiple package versions (Avalonia, ReactiveUI, ReactiveUI.Avalonia, SkiaSharp, Svg.Skia, System.Text.Json, NLog, Microsoft.NET.Test.Sdk, and others) to newer releases. Changes touch demo apps, WPF/Avalonia views, view models, observable extensions, and several csproj files to align with API updates and dependency upgrades.
0 commit comments