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

Question on Proxy Generation

kallievz opened this issue · comments

Hi. I am currently checking out the wasm Blazor project, added new entitities/controllers using the Api boilerplate.

Now the question is, Blazor project cant see updated proxy, The WebApiClient does not reflect the new controllers?

You have to run the https://github.com/fullstackhero/blazor-wasm-boilerplate/blob/main/scripts/nswag-regen.ps1 script to update the WebApiClient proxy...

Thanks. Got it...