fullstackhero / blazor-wasm-boilerplate

Clean Architecture Boilerplate Template for .NET 6.0 Blazor WebAssembly built for FSH WebAPI with the goodness of MudBlazor Components.

Home Page:https://fullstackhero.net/blazor-webassembly-boilerplate/general/getting-started/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First Run Issue

ittyabrehman opened this issue · comments

I created a project of blazor wasm using visual studio 2022 and found issues. The logs of the console are added in the log file attached to this issue.

Looking forward to knowing how can I fix this issue
LOG FILE

Is this the code straight from the github repository, or did you use the template?

You sure you didn't change/add anything?

Looking at the log, it seems like you must have a "System" namespace defined somewhere that's conflicting with the global system namespace...

@fretje thanks for having looked at the issue. I created straight away from the template of visual studio.

#170 issue fixed.