Skip to content
New issue

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

Field not found calling from .NET 5.0 application #12

Closed
conficient opened this issue Apr 15, 2021 · 0 comments
Closed

Field not found calling from .NET 5.0 application #12

conficient opened this issue Apr 15, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@conficient
Copy link
Owner

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.

@conficient conficient added the bug Something isn't working label Apr 15, 2021
@conficient conficient self-assigned this Apr 15, 2021
@conficient conficient added this to the v1.2 milestone Apr 15, 2021
conficient added a commit that referenced this issue Apr 15, 2021
Support multi-targeting for net-std/net5 - fixes #12
conficient added a commit that referenced this issue Apr 18, 2021
Added fluent ComponentRenderer type - fixes #12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant