techgems / razor-component-tag-helpers

Server Components with no lifecycle for ASP.NET Core MVC and Razor Pages.
MIT License
17 stars 1 forks source link

UTF-8 with BOM renders the BOM mark #3

Open timker opened 11 months ago

timker commented 11 months ago

minor issue, but if you have a .cshtml view with encoding it will render the BOM (only viewable in code behind)

I just save it in vscode without the BOM, problem goes away,

thanks