nclient / NClient

:dizzy: NClient is an automatic type-safe .Net HTTP client that allows you to call web service API methods using annotated interfaces or controllers without boilerplate code.
Apache License 2.0
43 stars 11 forks source link

[dotnet tool] Generate csproj and pack nuget #408

Open Kingmidas74 opened 2 years ago

Kingmidas74 commented 2 years ago

I've thought about nclient tool. Maybe there is a good option to generate, pack and publish nuget-package, not only *.cs files? We can use it in CD pipelines when we have a microservices arch.

What I want: Run dotnet nclient generate and receive full valid cs project prepare to nuget publish.

smolchanovsky commented 2 years ago

From the name of the issue and its description, it is not very clear what exactly you want. Please describe in more detail and rename the issue