_Imports.razor
not recognized correctly in the source generator
#10991
Labels
_Imports.razor
not recognized correctly in the source generator
#10991
_Imports.razor is disallowed to contain markup etc. Adding e.g.,
<p>test</p>
to an_Imports.razor
file results in this design-time error:But the compilation succeeds on command-line and the _Imports.razor file is compiled like a normal component.
The text was updated successfully, but these errors were encountered: