fullstackhero / blazor-wasm-boilerplate

Clean Architecture Boilerplate Template for .NET 6.0 Blazor WebAssembly built for FSH WebAPI with the goodness of MudBlazor Components.
https://fullstackhero.net/blazor-webassembly-boilerplate/general/getting-started/
MIT License
529 stars 324 forks source link

Issue with release builds/publish #276

Open bigiayomide opened 1 year ago

bigiayomide commented 1 year ago

Hi there, I need help, Not sure if it has anything to do with nswag but i do suspect nswag, when I run my app in debug mode everything works fine, however when i run my app in release mode, it cant seem to inject interfaces created from the nswag build..

Please see screenshot below

@iammukeshm

image