We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
d1dd9f6
Merge pull request #13 from conficient/Bug#12
040e8b2
Support multi-targeting for net-std/net5 - fixes #12
Added fluent ComponentRenderer type - fixes #12
5ae7103
Merge pull request #14 from conficient/feature/task#2
183736d
conficient
No branches or pull requests
Using BlazorTemplater in a .NET 5 ASP.NET core application, encountered this error:
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.
The text was updated successfully, but these errors were encountered: