You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A script or a style tag that has a type="module" param should not spread it to it's set script dependencies.
A script or a style tag that has a At="Footer" should spread to it's dependencies (Location on tag helper).
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues).
This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here.
We need to add unit test to test for these:
A script or a style tag that has a type="module" param should not spread it to it's set script dependencies.
A script or a style tag that has a At="Footer" should spread to it's dependencies (Location on tag helper).
Example of ScriptTagHelper unit test: https://github.com/dotnet/aspnetcore/blob/main/src/Mvc/Mvc.TagHelpers/test/ScriptTagHelperTest.cs
Did start working on it last night based on that file.
The text was updated successfully, but these errors were encountered: