Verify.Blazor icon indicating copy to clipboard operation
Verify.Blazor copied to clipboard

Support for rendering a Blazor Component to a verified file via bunit or raw Blazor rendering.

Results 1 Verify.Blazor issues
Sort by recently updated
recently updated
newest added

I am trying to render Blazor components, but Blazor adds the "blazor:elementreference" attribute which changes every time we run the tests using bUnit. Generated code: ``` Test value ``` In...