dotnet / razor

Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
https://asp.net
MIT License
505 stars 196 forks source link

Error indicator being itself considered an error #8292

Open vsfeedback opened 1 year ago

vsfeedback commented 1 year ago

This issue has been moved from a ticket on Developer Community.


The error indicator ~~ is being considered an attribute of the HTML element in a Blazor WebAssembly project.

image


Original Comments

Feedback Bot on 2/5/2023, 06:33 PM:

(private comment, text removed)


Original Solutions

(no solutions)

davidwengier commented 1 year ago

This is related to, and hopefully fixed/fixable by, https://github.com/dotnet/razor/issues/7564 and https://github.com/dotnet/razor/issues/7891