Question on Proxy Generation
kallievz opened this issue · 3 comments
kallievz commented
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?
DataTowerSystems commented
fretje commented
You have to run the https://github.com/fullstackhero/blazor-wasm-boilerplate/blob/main/scripts/nswag-regen.ps1 script to update the WebApiClient proxy...
kallievz commented
Thanks. Got it...