Skip to content
Shiny Controls v1.0 - The Ultra Control Suite for .NET MAUI & BlazorO...M...G!

Web Hosting Release Notes

BREAKINGFeature
IInfrastructureModule has been renamed to IWebModule with Use(WebApplication app) replacing Configure(WebApplication app)
BREAKINGEnhancement
Removed assembly scanning (AddInfrastructure, AddInfrastructureForAppDomain) — use explicit AddInfrastructureModules() with module instances instead
BREAKINGEnhancement
UseInfrastructure() has been replaced with UseInfrastructureModules()
BREAKINGEnhancement
Namespace changed from Shiny.Extensions.WebHosting to Shiny
Feature
Initial Public Release