H.NSwag.Generator 13.19.0.74

dotnet add package H.NSwag.Generator --version 13.19.0.74
NuGet\Install-Package H.NSwag.Generator -Version 13.19.0.74
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="13.19.0.74">
  <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.
paket add H.NSwag.Generator --version 13.19.0.74
#r "nuget: H.NSwag.Generator, 13.19.0.74"
#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.
// Install H.NSwag.Generator as a Cake Addin
#addin nuget:?package=H.NSwag.Generator&version=13.19.0.74

// Install H.NSwag.Generator as a Cake Tool
#tool nuget:?package=H.NSwag.Generator&version=13.19.0.74

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
13.19.0.74 1,755 7/23/2023
13.19.0.73 199 7/12/2023
13.18.2.72 354 5/1/2023
13.18.2.71 292 4/18/2023
13.18.2.70 693 3/9/2023
13.17.0.69 184 3/9/2023
13.17.0.68 1,737 11/19/2022
13.17.0.67 1,845 11/1/2022
13.16.1.59 480 7/13/2022
13.16.0.58 443 6/1/2022
13.16.0.57 428 5/31/2022
13.15.10.65 460 8/1/2022
13.15.10.64 376 8/1/2022
13.15.10.63 372 8/1/2022
13.15.10.62 371 8/1/2022
13.15.10.61 403 7/13/2022
13.15.10.60 427 7/13/2022
13.15.10.56 373 5/31/2022
13.15.10.53 373 5/18/2022
13.15.10.52 398 5/2/2022
13.15.10.51 434 4/28/2022
13.15.9.50 396 3/21/2022
13.15.9.49 427 2/20/2022
13.15.9.48 405 2/20/2022
13.15.9.47 392 2/20/2022
13.15.9.45 385 2/20/2022
13.15.9.43 388 2/20/2022
13.15.9.42 399 2/20/2022
13.15.9.41 416 2/20/2022
13.14.4.36 286 11/22/2021
13.13.2.35 348 11/6/2021
13.13.2.34 354 10/18/2021
13.11.3.33 364 7/14/2021
13.11.3.32 307 7/14/2021
13.11.3.31 306 7/14/2021
13.11.3.30 980 7/6/2021
13.11.3.29 281 7/6/2021
13.11.3.28 285 7/6/2021
13.11.3.27 290 7/6/2021
13.11.3.26 329 6/18/2021
13.11.3.25 324 6/16/2021
13.11.3.24 340 6/16/2021
1.1.22 351 6/15/2021
1.1.21 340 6/15/2021
1.1.20 343 6/15/2021
1.1.19 334 6/14/2021
1.1.18 349 6/14/2021
1.1.17 383 6/14/2021
1.1.15 364 6/14/2021
1.1.14 385 6/14/2021
1.1.13 367 6/14/2021
1.1.12 309 6/14/2021
1.1.11 312 6/14/2021
1.1.10 328 6/14/2021
1.1.9 310 6/14/2021
1.1.7 314 6/14/2021
1.1.6 321 6/14/2021
1.0.10 456 1/10/2021
1.0.9 433 11/30/2020
1.0.8 431 11/29/2020
1.0.7 437 11/29/2020
1.0.6 398 11/29/2020
1.0.5 413 11/29/2020
1.0.4 449 11/29/2020
1.0.3 466 11/29/2020
1.0.2 473 11/29/2020
1.0.1 448 11/28/2020
1.0.0 448 11/28/2020

⭐ Last 10 features:
- 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
- feat: Lowered dotnet version requirements to run the generator. 2022-07-13
- feat: Updated to 13.16.1. 2022-07-13
- feat: Added auto-detecting .nswag files in project dir. 2022-06-01
🐞 Last 10 bug fixes:
- 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
- fix: Fixed bug with H.Generators.Extensions. 2022-05-31