Is there an existing issue for this?
Describe the bug
The following razor snippet renders to nothing (is completely ignored??) in ASP.NET Core 9.0. Used to work correctly in previous version:
<script type="importmap">
{
"imports": {
}
}
</script>
Looks like a bug in server-side script tag helper.
IMPORTANT! Suggested Workaround:
See below for a suggested workaround.
Expected Behavior
Should render "as is", without modifications
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
9.0.100
Anything else?
No response
Is there an existing issue for this?
Describe the bug
The following razor snippet renders to nothing (is completely ignored??) in ASP.NET Core 9.0. Used to work correctly in previous version:
Looks like a bug in server-side script tag helper.
IMPORTANT! Suggested Workaround:
See below for a suggested workaround.
Expected Behavior
Should render "as is", without modifications
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
9.0.100
Anything else?
No response