ReleaseMicrosoftMicrosoftpublished Jun 18, 2026seen 1w

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

microsoft/microsoft-ui-reactor

Open original ↗

Captured source

source ↗
published Jun 18, 2026seen 1wcaptured 1whttp 200method plain

Reactor 0.1.0-preview.8

Repository: microsoft/microsoft-ui-reactor

Tag: v0.1.0-preview.8

Published: 2026-06-18T02:10:16Z

Prerelease: yes

Release notes: Reactor 0.1.0-preview.8

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

Versioned in lock-step with the framework package.

Microsoft.UI.Reactor.Devtools.0.1.0-preview.8.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.8.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

  • build(signing): include Reactor.Wrappers.Abstractions in pre-pack signing by @philnach in https://github.com/microsoft/microsoft-ui-reactor/pull/603

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

Notability

notability 3.0/10

Routine preview release of a UI tool, not AI model.