conficient / BlazorTemplater

A library that generates HTML (e.g. for emails) from Razor Components
Apache License 2.0
146 stars 16 forks source link

Field not found calling from .NET 5.0 application #12

Closed conficient closed 3 years ago

conficient commented 3 years ago

Using BlazorTemplater in a .NET 5 ASP.NET core application, encountered this error:

Field not found: 'Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame.ComponentId'.

This is a known issue when working across the v3.x and v5.x versions.

Need to add support for .NET - similar to this approach.