What's new in Version 3
Describes the list of changes present in Version 3 of MauiReactor
Hot-reload changes
var builder = MauiApp.CreateBuilder();
builder
.UseMauiReactorApp<HomePage>()
#if DEBUG
.EnableMauiReactorHotReload()
#endif
...;
<ItemGroup Condition="'$(Configuration)'=='Debug'">
<RuntimeHostConfigurationOption Include="MauiReactor.HotReload" Value="true" Trim="false" />
</ItemGroup>XAML resources
AOT compliance
Unhandled exception callback
Last updated
