You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there. I just found this library and I was trying to use it on my Blazor project.
However on initializing var component = RenderComponent<Markdown>(); I'm getting this exception:
System.MissingFieldException: 'Field not found:
'Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame.FrameType'.'
Stacktrace:
at Bunit.Rendering.TestRenderer.GetComponent[TComponent](Int32 rootComponentId)
at Bunit.Rendering.TestRenderer.FindComponent[TComponent](Int32 parentComponentId)
at Bunit.Rendering.TestRenderer.RenderComponent[TComponent](IEnumerable`1 parameters)
at Bunit.TestContext.RenderComponent[TComponent](ComponentParameter[] parameters)
at RonSijm.Screens.TestWithBunit.<TestDownloadRendering>d__0.MoveNext() in
Hey there. I just found this library and I was trying to use it on my Blazor project.
However on initializing
var component = RenderComponent<Markdown>();
I'm getting this exception:Stacktrace:
Version info:
I googled the issue, and I assume that it's related to this issue:
dotnet/aspnetcore#25727
I tried it with a couple really small components, and I get the same exception with all of them. So I started assuming its a library issue
The text was updated successfully, but these errors were encountered: