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 2,132 7 months ago
14.0.7.76 3,270 5/4/2024
13.19.0.74 2,297 7/23/2023
13.19.0.73 229 7/12/2023
13.18.2.72 391 5/1/2023
13.18.2.71 327 4/18/2023
13.18.2.70 731 3/9/2023
13.17.0.69 225 3/9/2023
13.17.0.68 1,802 11/19/2022
13.17.0.67 3,840 11/1/2022
13.16.1.59 532 7/13/2022
13.16.0.58 493 6/1/2022
13.16.0.57 485 5/31/2022
13.15.10.65 504 8/1/2022
13.15.10.64 424 8/1/2022
13.15.10.63 414 8/1/2022
13.15.10.62 413 8/1/2022
13.15.10.61 446 7/13/2022
13.15.10.60 473 7/13/2022
13.15.10.56 418 5/31/2022
13.15.10.53 420 5/18/2022
13.15.10.52 451 5/2/2022
13.15.10.51 485 4/28/2022
13.15.9.50 448 3/21/2022
13.15.9.49 473 2/20/2022
13.15.9.48 455 2/20/2022
13.15.9.47 439 2/20/2022
13.15.9.45 430 2/20/2022
13.15.9.43 433 2/20/2022
13.15.9.42 445 2/20/2022
13.15.9.41 452 2/20/2022
13.14.4.36 336 11/22/2021
13.13.2.35 389 11/6/2021
13.13.2.34 403 10/18/2021
13.11.3.33 412 7/14/2021
13.11.3.32 364 7/14/2021
13.11.3.31 355 7/14/2021
13.11.3.30 1,118 7/6/2021
13.11.3.29 329 7/6/2021
13.11.3.28 332 7/6/2021
13.11.3.27 337 7/6/2021
13.11.3.26 390 6/18/2021
13.11.3.25 366 6/16/2021
13.11.3.24 397 6/16/2021
1.1.22 406 6/15/2021
1.1.21 400 6/15/2021
1.1.20 394 6/15/2021
1.1.19 388 6/14/2021
1.1.18 406 6/14/2021
1.1.17 433 6/14/2021
1.1.15 421 6/14/2021
1.1.14 444 6/14/2021
1.1.13 416 6/14/2021
1.1.12 359 6/14/2021
1.1.11 371 6/14/2021
1.1.10 380 6/14/2021
1.1.9 368 6/14/2021
1.1.7 364 6/14/2021
1.1.6 378 6/14/2021
1.0.10 525 1/10/2021
1.0.9 502 11/30/2020
1.0.8 490 11/29/2020
1.0.7 503 11/29/2020
1.0.6 464 11/29/2020
1.0.5 477 11/29/2020
1.0.4 514 11/29/2020
1.0.3 525 11/29/2020
1.0.2 533 11/29/2020
1.0.1 509 11/28/2020
1.0.0 519 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