Is there an existing issue for this?
Describe the bug
Essentially duplicate of the dotnet/aspnetcore#13881
I create tag helper in Program.cs to play with custom component and have less ceremony, and this is what I got for mu curiosity.
CSC : error RZ3008: Tag helpers cannot target tag name '<global namespace>.НазваСторінки' because it contains a '<' character.
Expected Behavior
I would like to be able define components without namespaces and let Razor compiler use such classes.
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response