From c8ddf0b0bf0492eef673569eae859d85da2304a3 Mon Sep 17 00:00:00 2001 From: Chebotov Nickolay Date: Tue, 4 Jun 2019 00:36:13 +0300 Subject: [PATCH] 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> --- aspnetcore/tutorials/getting-started-with-NSwag.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/tutorials/getting-started-with-NSwag.md b/aspnetcore/tutorials/getting-started-with-NSwag.md index 11ca408ae3..d988a8faa4 100644 --- a/aspnetcore/tutorials/getting-started-with-NSwag.md +++ b/aspnetcore/tutorials/getting-started-with-NSwag.md @@ -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) – 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