We use a CDN and this caches Blazor js and wasm files. This has caused us difficulties when upgrading. So I was interested in making use of the .MapStaticAssets() and @Assets["{ASSET PATH}"] functionality introduced in net9.0.
However I notice the documentation says to not use this for the Blazor framework scripts.
I could not find documentation explaining why not and what alternative to use.
So why shouldn't we use this for blazor.web.js? And what suitable alternative should I use intstead?