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
167 stars 38 forks source link

.net core 2.0 does not seem to support dynamic, object as return type? #40

Closed zijianhuang closed 6 years ago

zijianhuang commented 6 years ago

not supporting dynamic as POST body?

zijianhuang commented 6 years ago

apparently .net core 2.1 had fixed the problems?

Now all working fine