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

experiencing .net standard #72

Closed zijianhuang closed 4 years ago

zijianhuang commented 4 years ago

This is to see if it is OK to publish the packages build for .NET Standard only for both .NET Framework and .NET Core clients.

zijianhuang commented 4 years ago

Branch DotNetStandard is created. And overall this is done.

CodeDom stuffs are OK, however, System.CodeDom NuGet package needs to be imported.

WebApiClientGen are OK, however, a lot AspNetCore packages need to be imported.

Too much extra dependencies for .NET Framework client projects, even though technically feasible.

So this experimental branch won't be merged to master.