HA
HavenDV/H.NSwag.Generator
C# Source Generator for NSwag.
H.NSwag.Generator
Install-Package H.NSwag.Generator
Usage
The generator generates code based on any .nswag file in the AdditionalFiles ItemGroup.
The generator will automatically detect all NSwag files inside the project directory, there is no need to add them manually.
<ItemGroup>
<AdditionalFiles Include="openapi.nswag" />
</ItemGroup>Global options
Enable caching - suitable for cases where your openapi specification rarely changes or you get it via url.
<PropertyGroup>
<NSwagGenerator_UseCache>true</NSwagGenerator_UseCache>
</PropertyGroup>Contacts
On this page
Languages
C#100.0%
Latest Release
build-number-76May 4, 2024MIT License
Created November 28, 2020
Updated October 31, 2024