The Wire · Showcase
BLAZOR NATIVE AOT SUPPORT LANDS, ANDROID DOCS HIT CRITICAL MASS
By RepoJournal · Filed · About .NET
AspNetCore shipped Aspire Dashboard on Native AOT support while android-api-docs eliminated 154 placeholder entries across three major namespaces in a single wave.
The Blazor team merged Native AOT support for Aspire Dashboard [1] [2], enabling interactive server applications to run on trimmed runtimes without requiring component-metadata source generators. This keeps reflection enabled for component discovery but proves the path forward for production AOT scenarios. Simultaneously, Blazor got a code-behind option for RazorComponent templates [3], letting developers choose classic separation of concerns or inline component logic. On the documentation front, android-api-docs closed a critical backlog gap: Jonathan Peppers and Copilot eliminated 73 placeholders in Org.Xml.Sax, 42 in Android.Service.Wallpaper, and 39 in Android.Service.Media [4] [5] [6], all sourced from official Android reference contracts and validated across 10,369 XML files. Meanwhile, Blazor Preview 7 release notes are in flight [7], and dotnet/dotnet synced fresh codeflows from arcade, aspnetcore, runtime, and wpf [8] [9] [10] [11] [12]. Across all four desks this period: 68 commits, 70 PRs.
One email a day. Unsubscribe in one click.
Keep up with .NET in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Review Blazor Native AOT guidance for Aspire Dashboard deployments dotnet/aspnetcore [plan]
- → Monitor Blazor P7 release notes merge for breaking changes dotnet/AspNetCore.Docs [monitor]
- → Pull latest codeflows from arcade and runtime into your builds dotnet/dotnet [plan]
References
- [1] [Blazor] Support Aspire Dashboard on Native AOT (#68307) dotnet/aspnetcore
- [2] [Blazor] Support Aspire Dashboard on Native AOT ↗ dotnet/aspnetcore
- [3] [Blazor] Add code-behind option to RazorComponent item template (#63813) dotnet/aspnetcore
- [4] Document Android.Service.Media APIs ↗ dotnet/android-api-docs
- [5] Document Android.Service.Wallpaper APIs ↗ dotnet/android-api-docs
- [6] Document Org.Xml.Sax APIs ↗ dotnet/android-api-docs
- [7] [11.0 P7] Blazor Preview 7 release notes (#37463) dotnet/AspNetCore.Docs
- [8] [main] Source code updates from dotnet/arcade ↗ dotnet/dotnet
- [9] [main] Source code updates from dotnet/aspnetcore ↗ dotnet/dotnet
- [10] [main] Source code updates from dotnet/arcade ↗ dotnet/dotnet
- [11] [main] Source code updates from dotnet/runtime ↗ dotnet/dotnet
- [12] [main] Source code updates from dotnet/wpf ↗ dotnet/dotnet