Essential Studio for Blazor Release Notes
v17.1.49
May 28, 2019
Common
New Features
- Provided DataManager support except the below components.
- Provided DOM support to event arguments.
- Provided Locale support to the components (Except Client-side blazor)
- If the client-side Blazor app throws any serialization issue, then add the below configuration in the project file.
<BlazorLinkOnBuild>false</BlazorLinkOnBuild>
- Refer the below Blazor thread for more details https://github.com/aspnet/AspNetCore/issues/5499