Skip to content

UseReactiveUI API and bump WinForms target#937

Open
ChrisPulman wants to merge 8 commits intomainfrom
CP_FixFor936
Open

UseReactiveUI API and bump WinForms target#937
ChrisPulman wants to merge 8 commits intomainfrom
CP_FixFor936

Conversation

@ChrisPulman
Copy link
Member

@ChrisPulman ChrisPulman commented Feb 27, 2026

What are the main goals of this change?

  • Better readability (style, grammar, spelling...)
  • Content correction (accuracy, wrong information...)
  • New content

Is this change related to any reported issue? (Optional)

closes #936

Update MAUI docs to use the new UseReactiveUI(rxAppBuilder => ...) initializer instead of manual RxAppBuilder.CreateReactiveUIBuilder(), moving service registrations into the rxAppBuilder callback and removing explicit scheduler singleton registrations.
Also bump the minimum Windows target version for Windows Forms from 10.0.17763.0 to 10.0.19041.0 in installation and platform guideline docs.

ChrisPulman and others added 3 commits February 27, 2026 23:50
Update MAUI docs to use the new UseReactiveUI(rxAppBuilder => ...) initializer instead of manual RxAppBuilder.CreateReactiveUIBuilder(), moving service registrations into the rxAppBuilder callback and removing explicit scheduler singleton registrations. Also bump the minimum Windows target version for Windows Forms from 10.0.17763.0 to 10.0.19041.0 in installation and platform guideline docs.
Update MAUI docs to use the new UseReactiveUI(rxAppBuilder => ...) initializer instead of manual RxAppBuilder.CreateReactiveUIBuilder(), moving service registrations into the rxAppBuilder callback and removing explicit scheduler singleton registrations. Also bump the minimum Windows target version for Windows Forms from 10.0.17763.0 to 10.0.19041.0 in installation and platform guideline docs.
Add Configuration to the Nuke schema and update Build.cs to run the BuildWebsite target by default. Consolidate web/api path variables (ApiPath, ApiLibDirectory, ApiRefsDirectory, ApiCacheDirectory, DocfxConfigPath, SiteOutputPath) and replace StartShell docfx invocations with StartProcess using explicit config and working directory. Change NuGetFetcher.FetchPackages signature to accept an apiPath and write lib/cache/refs under that path. Update reactiveui/docfx.json to add/remove and reorganize DLL entries and API lib src mappings to match the new API output layout.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Package restore warning with ReactiveUI.WinForms

2 participants