Blazor Razor Page Reloads after Initial Load Causing Issues
For context
Blazor : Optional parameters for the razor component
I am working on a blazor application which has a MainLayout where we are rendering DynamicComponent based on a list of types which are specified by the page.
Also in the parameter for the second component there is a eventcallback that will notify any value changes in the component
Why Blazor WASM fails to add the assembly reference?
I am getting this weird error that appears when I try to reference .NET standard library into my project.
How can I use MD5 in Blazor WASM when it is deprecated?
In a .Net 8 console app the below code works.