Open jakenuts opened 2 years ago
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
Is there an existing issue for this?
Describe the bug
Enabling razor runtime compilation in an ASP.NET Core 6 MVC project prevents the CSS Isolation feature from generating css-scope attributes in Layout/View tags.
Expected Behavior
Razor runtime compilation should auto-generate the CSS Isolation attributes similarly to running without runtime compilation.
Steps To Reproduce
I understand this is probably a very complex problem to solve. But it leaves the developer with the choice of either using CSS Isolation (which is really cool) OR runtime compilation which is crucial for a good ASP.NET development experience.
Thanks,
James
Exceptions (if any)
No response
.NET Version
6.0.31
Anything else?
Reference to closed issue #33446: