Fix/non asset framework files - #66060
Conversation
…ver.js` Additionally adapts the code to changes to the code's context.
|
Thanks for your PR, @@NetherGranite. Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
|
@dotnet-policy-service agree |
|
Thanks for the contribution, and for the detailed write-up and history on #66059. We are going to hold off on this one, because the diagnosis it is built on does not match what happens today: <PropertyGroup>
<RequiresAspNetWebAssets>true</RequiresAspNetWebAssets>
</PropertyGroup>Setting that forces the Blazor framework files to be included as static web assets even when the project has no components, after which |
This is a draft implementation of #66059.