conficient / BlazorChatSample

A sample Blazor chat application using SignalR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazor 0.5.0 bug - HTML escapes are decoded and corrupt HTML render

conficient opened this issue · comments

The text <code>invokeAsync&lt;object&gt;</code> gets rendered as <code>invokeAsync <object></object> on the Index page

Bug in Blazor 0.5.0 fixed in dotnet/blazor#1207