Custom deployment layout for Blazor WebAssembly apps

added by DotNetKicks
9/29/2021 10:19:19 PM

421 Views

Some environments block the download and execution of DLLs from the network to prevent the potential spread of malware, which can also block downloading Blazor WebAssembly apps. To enable Blazor WebAssembly in these environments, we introduced in .NET 6 new extensibility points that allows developers to customize the published files and packaging of Blazor WebAssembly apps.


0 comments