microsoft/microsoft-ui-reactor v0.1.0-preview.6
microsoft/microsoft-ui-reactor
Captured source
source ↗Reactor 0.1.0-preview.6
Repository: microsoft/microsoft-ui-reactor
Tag: v0.1.0-preview.6
Published: 2026-06-17T21:40:00Z
Prerelease: yes
Release notes: Reactor 0.1.0-preview.6
> Interim distribution — see spec 022 for the rollout plan.
New in this release
Reactor.VsExtension.vsix — very rough, experimental live embedded preview for Visual Studio 2022. This is the roughest surface in the experimental Reactor repo; expect install friction, solution-load races, HWND/DPI edge cases, and breaking changes. Requires Windows 11 23H2+ and WinAppSDK 1.6+. See VS extension guide or src/vs-reactor/README.md. Phase 1 dev distribution may be unsigned.
Five assets
Microsoft.UI.Reactor.0.1.0-preview.6.nupkg — the framework
Drop into a folder and add a NuGet source pointing at it:
Then in your .csproj:
Microsoft.UI.Reactor.Advanced.0.1.0-preview.6.nupkg — optional Win2D/advanced controls
Versioned in lock-step with the framework package.
Microsoft.UI.Reactor.Devtools.0.1.0-preview.6.nupkg — optional devtools host (debug + VS preview)
Referenced by the scaffolded dotnet new reactorapp csproj in a Debug-only ItemGroup, paired with RuntimeHostConfigurationOption Reactor.DevtoolsSupport=true. Required to light up the right-click devtools menu in Debug F5 launches and for the Reactor VS embedded preview extension's embed-host activation. Versioned in lock-step with the framework package.
reactor-skill-kit-0.1.0-preview.6.zip — agent skill bundle + mur CLI
Extract, then run:
cd reactor .\install-skill-kit.ps1
Installs to ~/.claude/skills/reactor/ and adds bin/ to your user PATH. After a new shell, mur --version should resolve.
Reactor.VsExtension.vsix — Visual Studio 2022 embedded preview
Double-click to install per-user, or install into the Experimental hive for smoke testing. This VSIX is intentionally rougher than the rest of the release assets and should be treated as an experimental feedback vehicle, not a stable workflow. See src/vs-reactor/TESTING.md before release promotion.
What's Changed
- Fix dark-mode colors in samples and selftests by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/545
- Spec 056: Visual Studio embedded preview — Phase 1 (VSIX + template + devtools package) by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/543
- docs: add spec 057 — control-reference properties & graph model by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/547
- Add REACTOR_HOOKS_008 analyzer for setState stale-read trap (#534) by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/550
- Ci/ob pack devtools nuget by @philnach in https://github.com/microsoft/microsoft-ui-reactor/pull/553
- Spec 057: add reactive control reference graph model by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/556
- chore(deps): bump shell-quote from 1.8.3 to 1.8.4 in /tests/stress_perf_rn/VirtualList by @dependabot[bot] in https://github.com/microsoft/microsoft-ui-reactor/pull/555
- Fix: NuGet symbol package pushed twice → 409 fails nuget.org publish by @philnach in https://github.com/microsoft/microsoft-ui-reactor/pull/557
- Prepare 0.1.0-preview.3 release by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/558
- Fix #548: rename AsyncValue.Match 'data' arm to 'loaded'; omitted reloading -> loading() by @vriveras in https://github.com/microsoft/microsoft-ui-reactor/pull/551
- Add
Public typessection to reactor.api.txt generator (#416) by @vriveras in https://github.com/microsoft/microsoft-ui-reactor/pull/554 - Add REACTOR_DOCK_001 analyzer: flag DockManager OnLiveLayoutChanged round-trip (#439) by @vriveras in https://github.com/microsoft/microsoft-ui-reactor/pull/552
- ci(ob): gate releases on NuGet.org Microsoft compliance + fix ProjectTemplates ProjectUrl by @philnach in https://github.com/microsoft/microsoft-ui-reactor/pull/561
- docs(release-runbook): note two-person submitter != approver publish rule by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/560
- Prepare 0.1.0-preview.4 release by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/562
- docs: add NuGet package READMEs and wire PackageReadmeFile by @philnach in https://github.com/microsoft/microsoft-ui-reactor/pull/563
- chore(deps): bump shell-quote from 1.8.3 to 1.8.4 in /tests/stress_perf_rn/StocksGrid by @dependabot[bot] in https://github.com/microsoft/microsoft-ui-reactor/pull/565
- fix: pin MessagePack to 2.5.301 to address GHSA-hv8m-jj95-wg3x vulnerability by @philnach in https://github.com/microsoft/microsoft-ui-reactor/pull/569
- deps: Bump Xunit.SkippableFact from 1.5.23 to 1.5.61 by @dependabot[bot] in https://github.com/microsoft/microsoft-ui-reactor/pull/533
- docs: update spec 055 prototype findings by @codemonkeychris in https://github.com/microsoft/microsoft-ui-reactor/pull/573
- chore(deps): bump shell-quote from 1.8.3 to 1.8.4 in /tests/startup_perf/BlankRNW by @dependabot[bot] in https://github.com/microsoft/microsoft-ui-reactor/pull/574
- build: enable SourceLink and ship symbols for all packages by @philnach in https://github.com/microsoft/microsoft-ui-reactor/pull/570
- docs: fix markdown lint errors in package READMEs and INTERNALS by @philnach in https://github.com/microsoft/microsoft-ui-reactor/pull/568
- Fix flaky VSIX LoggingTests caused by parallel OutputChannel cross-talk by @philnach in https://github.com/microsoft/microsoft-ui-reactor/pull/576
- Update GitHub Copilot SDK and other dependencies by @azchohfi in https://github.com/microsoft/microsoft-ui-reactor/pull/575
- feat: implement UseSharedDevice for Win2D canvas elements to ensure resource compatibility by @azchohfi in https://github.com/microsoft/microsoft-ui-reactor/pull/578
- Fix Pack workflow VSIX build by using windows-2025-vs2026 runner by @Copilot in https://github.com/microsoft/microsoft-ui-reactor/pull/586
- deps: Bump System.Formats.Asn1 from 10.0.8 to 10.0.9 by @dependabot[bot] in https://github.com/microsoft/microsoft-ui-reactor/pull/585...
Excerpt shown — open the source for the full document.
Notability
notability 3.0/10Routine pre-release of a UI framework.