Update getting-started-with-NSwag.md (#12637)

* Update getting-started-with-NSwag.md

Add Unchase OpenAPI (Swagger) Connected service into "Code generation".

* Apply suggestions from code review

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>
pull/12663/head
Chebotov Nickolay 2019-06-04 00:36:13 +03:00 committed by Scott Addie
parent 1bef161c14
commit c8ddf0b0bf
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ You can take advantage of NSwag's code generation capabilities by choosing one o
* The [NSwag.CodeGeneration.CSharp](https://www.nuget.org/packages/NSwag.CodeGeneration.CSharp/) or [NSwag.CodeGeneration.TypeScript](https://www.nuget.org/packages/NSwag.CodeGeneration.TypeScript/) NuGet packages for code generation inside your project.
* NSwag from the [command line](https://github.com/NSwag/NSwag/wiki/CommandLine).
* The [NSwag.MSBuild](https://github.com/NSwag/NSwag/wiki/MSBuild) NuGet package.
* The [Unchase OpenAPI (Swagger) Connected Service](https://marketplace.visualstudio.com/items?itemName=Unchase.unchaseopenapiconnectedservice) &ndash; a Visual Studio Connected Service for generating API client code in C# or TypeScript. Also generates C# controllers for OpenAPI services with NSwag.
### Generate code with NSwagStudio