Skip to content
Client v5: BLE, BLE Hosting, HTTP, Jobs - Linux, MacOS, & Blazor Support! Full AOT, RX on BLE only & MANY other features! Power up!

Blazor Hosting Release Notes

Feature
Initial release of Shiny.Extensions.BlazorHosting
Feature
IAppSupport for Blazor WebAssembly — app version, browser user-agent (raw string plus best-effort parsed browser Version), screen and viewport dimensions, and live CultureChanged / TimeZoneChanged events. Browser state is read synchronously through IJSInProcessRuntime (no await for property access)
Feature
AddAppSupport(Version appVersion) and a string overload register IAppSupport. Pass a compile-time constant such as ThisAssembly.AssemblyVersion so no runtime reflection is required. Include <script src="_content/Shiny.Extensions.BlazorHosting/shiny-appsupport.js"></script> before blazor.webassembly.js