zijianhuang / webapiclientgen

Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
MIT License
168 stars 38 forks source link

Using Fonlow.WebApiClientGenCore in an ASP.NET Core 3.1 project (in a Blazor WebAssembly solution) does not add artifacts #91

Closed ChristianWeyer closed 4 years ago

ChristianWeyer commented 4 years ago

Hi,

thanks for this great project!

I wanted to try it in a hosted Blazor (WebAssembly) project, but the reference to the Fonlow.WebApiClientGenCore NuGet package did not add the artifacts mentioned here: https://github.com/zijianhuang/webapiclientgen/wiki/Getting-Started

Any ideas on how to get started in this case?

Thanks.

ChristianWeyer commented 4 years ago

OK - the CodeGenController has to be generated by hand.