ReleaseMicrosoftMicrosoftpublished Jun 18, 2026seen 4d

microsoft/microsoft-ui-reactor v0.1.0-preview.11

microsoft/microsoft-ui-reactor

Open original ↗

Captured source

source ↗
published Jun 18, 2026seen 4dcaptured 4dhttp 200method plain

Reactor 0.1.0-preview.11

Repository: microsoft/microsoft-ui-reactor

Tag: v0.1.0-preview.11

Published: 2026-06-18T18:42:24Z

Prerelease: yes

Release notes: Reactor 0.1.0-preview.11

> 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.11.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.11.nupkg — optional Win2D/advanced controls

Versioned in lock-step with the framework package.

Microsoft.UI.Reactor.Devtools.0.1.0-preview.11.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.11.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(deps): bump Microsoft.Data.Sqlite to 11.0.0-preview.5.26302.115 by @azchohfi in https://github.com/microsoft/microsoft-ui-reactor/pull/609
  • fix(pack): ship Reactor.Wrappers.Generator in the NuGet package by @azchohfi in https://github.com/microsoft/microsoft-ui-reactor/pull/606

Full Changelog: https://github.com/microsoft/microsoft-ui-reactor/compare/v0.1.0-preview.10...v0.1.0-preview.11

Notability

notability 3.0/10

Routine release of a UI library preview.