H.NSwag.Generator 14.1.0.1

dotnet add package H.NSwag.Generator --version 14.1.0.1
                    
NuGet\Install-Package H.NSwag.Generator -Version 14.1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="H.NSwag.Generator" Version="14.1.0.1">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="H.NSwag.Generator" Version="14.1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="H.NSwag.Generator">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add H.NSwag.Generator --version 14.1.0.1
                    
#r "nuget: H.NSwag.Generator, 14.1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=H.NSwag.Generator&version=14.1.0.1
                    
Install H.NSwag.Generator as a Cake Addin
#tool nuget:?package=H.NSwag.Generator&version=14.1.0.1
                    
Install H.NSwag.Generator as a Cake Tool

H.NSwag.Generator

NuGet

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
14.1.0.1 1,975 6 months ago
14.0.7.76 3,243 5/4/2024
13.19.0.74 2,296 7/23/2023
13.19.0.73 229 7/12/2023
13.18.2.72 389 5/1/2023
13.18.2.71 326 4/18/2023
13.18.2.70 729 3/9/2023
13.17.0.69 224 3/9/2023
13.17.0.68 1,800 11/19/2022
13.17.0.67 3,694 11/1/2022
13.16.1.59 530 7/13/2022
13.16.0.58 492 6/1/2022
13.16.0.57 483 5/31/2022
13.15.10.65 502 8/1/2022
13.15.10.64 422 8/1/2022
13.15.10.63 412 8/1/2022
13.15.10.62 412 8/1/2022
13.15.10.61 445 7/13/2022
13.15.10.60 472 7/13/2022
13.15.10.56 417 5/31/2022
13.15.10.53 418 5/18/2022
13.15.10.52 449 5/2/2022
13.15.10.51 484 4/28/2022
13.15.9.50 446 3/21/2022
13.15.9.49 472 2/20/2022
13.15.9.48 453 2/20/2022
13.15.9.47 438 2/20/2022
13.15.9.45 428 2/20/2022
13.15.9.43 431 2/20/2022
13.15.9.42 444 2/20/2022
13.15.9.41 450 2/20/2022
13.14.4.36 333 11/22/2021
13.13.2.35 386 11/6/2021
13.13.2.34 400 10/18/2021
13.11.3.33 408 7/14/2021
13.11.3.32 360 7/14/2021
13.11.3.31 351 7/14/2021
13.11.3.30 1,112 7/6/2021
13.11.3.29 326 7/6/2021
13.11.3.28 328 7/6/2021
13.11.3.27 334 7/6/2021
13.11.3.26 387 6/18/2021
13.11.3.25 363 6/16/2021
13.11.3.24 393 6/16/2021
1.1.22 402 6/15/2021
1.1.21 396 6/15/2021
1.1.20 390 6/15/2021
1.1.19 385 6/14/2021
1.1.18 403 6/14/2021
1.1.17 429 6/14/2021
1.1.15 417 6/14/2021
1.1.14 441 6/14/2021
1.1.13 413 6/14/2021
1.1.12 356 6/14/2021
1.1.11 367 6/14/2021
1.1.10 376 6/14/2021
1.1.9 364 6/14/2021
1.1.7 361 6/14/2021
1.1.6 374 6/14/2021
1.0.10 519 1/10/2021
1.0.9 496 11/30/2020
1.0.8 484 11/29/2020
1.0.7 497 11/29/2020
1.0.6 458 11/29/2020
1.0.5 472 11/29/2020
1.0.4 509 11/29/2020
1.0.3 520 11/29/2020
1.0.2 527 11/29/2020
1.0.1 504 11/28/2020
1.0.0 511 11/28/2020

⭐ Last 10 features:
- feat: Update to 14.1.0. 2024-09-29
- feat: Updated to latest NSwag. 2024-05-04
- feat: Released 13.20.0. 2023-11-26
- feat: Released 13.19.0. 2023-07-12
- feat: Use newer  NSwag features. 2023-04-18
- feat: To 13.18.2. 2023-03-09
- feat: Updated to use steps. 2023-03-09
- feat: To H.Generators.Extensions 1.8.3. 2022-11-19
- feat: Released 13.17.0. 2022-11-02
- feat: To latest H.Generators.Extensions. 2022-08-01
🐞 Last 10 bug fixes:
- fix: Fixed cicd. 2024-05-04
- fix: Fixed missing PropertyNameGenerator. 2023-07-23
- Merge pull request #6 from trejjam/fix/template-directory-location 2023-05-01
- Drop fixed comment 2023-04-18
- fix: Fixed tests. 2022-11-02
- fix: Simplified AddGenerationTimeReferences fix. 2022-08-01
- fix: Ignored System.Dynamic.Runtime. 2022-08-01
- fix: Try fix. 2022-08-01
- fix: Revert to 13.15.10 because issue. 2022-07-13
- fix: Fixed tests. 2022-05-31