jsakamoto / BlazorWasmPreRendering.Build

When you publish your Blazor Wasm app, this package pre-renders and saves the app as static HTML files in your public folder.
https://jsakamoto.github.io/BlazorWasmPreRendering.Build/
Mozilla Public License 2.0
261 stars 15 forks source link

BlazorWasmAntivirus Support is needed after .NET 8? #34

Closed fingers10 closed 1 year ago

fingers10 commented 1 year ago

@jsakamoto Thank you for your great works with this library.

I would like to get your recommendation on BlazorWasmAntiVirus support after .NET 8. Because as per the documentation - https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-8-preview-4/#webcil-packaging-for-blazor-webassembly-apps webcil format will be enabled from .NET 8 in Blazor WASM.

So do we still need BlazorWasmAntiVirus handling in this package? Please share your thoughts.

fingers10 commented 1 year ago

@jsakamoto As per the suggestion from maintainer - https://github.com/stavroskasidis/BlazorWasmAntivirusProtection/issues/55 BlazorWasmAntivirus becomes obselete. So the support can be removed from .NET 8.

jsakamoto commented 1 year ago

Hi @fingers10,

I agree with the comment from @stavroskasidis. The "BlazorWasmAntivirusProtection" is a really grateful package so far, so I'd like to say big thanks to @stavroskasidis. But since dotNET8, that package will end its role.

We will no longer need to use "BlazorWasmAntivirusProtection" on dotNET8. We will take benefit of the new WebCIL format instead.

By the way, I'll keep supporting "BlazorWasmAntivirusProtection" on this package to keep the lower compatibility for a while.