fullstackhero/blazor-wasm-boilerplate

Question on Proxy Generation

kallievz opened this issue · 3 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...