H.NSwag.Generator 1.1.13

There is a newer version of this package available.
See the version list below for details.
dotnet add package H.NSwag.Generator --version 1.1.13                
NuGet\Install-Package H.NSwag.Generator -Version 1.1.13                
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="1.1.13">
  <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 1.1.13                
#r "nuget: H.NSwag.Generator, 1.1.13"                
#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=1.1.13

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

H.NSwag.Generator

Language License Requirements Build Status

Generation via temp file is used here.

Nuget

NuGet

Usage

  <ItemGroup Label="Code Generation">
    <AdditionalFiles Include="openapi.nswag" />

    <PackageReference Include="H.NSwag.Generator" Version="1.0.10">
      <PrivateAssets>all</PrivateAssets>
      <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
    </PackageReference>
    <PackageReference Include="NSwag.MSBuild" Version="13.9.4">
      <PrivateAssets>all</PrivateAssets>
      <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
    </PackageReference>
  </ItemGroup>

Advanced usage

<PropertyGroup>
  
  <NSwagConsolePath>$(NSwagDir_Net50)dotnet-nswag.exe</NSwagConsolePath>
</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.0.7.76 2,792 5/4/2024
13.19.0.74 2,098 7/23/2023
13.19.0.73 216 7/12/2023
13.18.2.72 370 5/1/2023
13.18.2.71 309 4/18/2023
13.18.2.70 710 3/9/2023
13.17.0.69 204 3/9/2023
13.17.0.68 1,762 11/19/2022
13.17.0.67 2,374 11/1/2022
13.16.1.59 500 7/13/2022
13.16.0.58 463 6/1/2022
13.16.0.57 452 5/31/2022
13.15.10.65 478 8/1/2022
13.15.10.64 399 8/1/2022
13.15.10.63 390 8/1/2022
13.15.10.62 389 8/1/2022
13.15.10.61 423 7/13/2022
13.15.10.60 446 7/13/2022
13.15.10.56 394 5/31/2022
13.15.10.53 391 5/18/2022
13.15.10.52 422 5/2/2022
13.15.10.51 460 4/28/2022
13.15.9.50 420 3/21/2022
13.15.9.49 444 2/20/2022
13.15.9.48 426 2/20/2022
13.15.9.47 409 2/20/2022
13.15.9.45 402 2/20/2022
13.15.9.43 405 2/20/2022
13.15.9.42 416 2/20/2022
13.15.9.41 423 2/20/2022
13.14.4.36 305 11/22/2021
13.13.2.35 357 11/6/2021
13.13.2.34 374 10/18/2021
13.11.3.33 385 7/14/2021
13.11.3.32 333 7/14/2021
13.11.3.31 324 7/14/2021
13.11.3.30 1,061 7/6/2021
13.11.3.29 302 7/6/2021
13.11.3.28 306 7/6/2021
13.11.3.27 312 7/6/2021
13.11.3.26 356 6/18/2021
13.11.3.25 337 6/16/2021
13.11.3.24 365 6/16/2021
1.1.22 377 6/15/2021
1.1.21 360 6/15/2021
1.1.20 366 6/15/2021
1.1.19 359 6/14/2021
1.1.18 377 6/14/2021
1.1.17 404 6/14/2021
1.1.15 391 6/14/2021
1.1.14 413 6/14/2021
1.1.13 386 6/14/2021
1.1.12 330 6/14/2021
1.1.11 340 6/14/2021
1.1.10 348 6/14/2021
1.1.9 339 6/14/2021
1.1.7 335 6/14/2021
1.1.6 347 6/14/2021
1.0.10 480 1/10/2021
1.0.9 461 11/30/2020
1.0.8 452 11/29/2020
1.0.7 463 11/29/2020
1.0.6 429 11/29/2020
1.0.5 441 11/29/2020
1.0.4 475 11/29/2020
1.0.3 486 11/29/2020
1.0.2 494 11/29/2020
1.0.1 474 11/28/2020
1.0.0 472 11/28/2020

⭐ Last 10 features:
- feat: Deleted Thread.Sleep. 2021-06-15
- feat: Added waiting generate process. 2021-06-15
- feat: To one line NSwag console error. 2021-06-15
- feat: To temp folders and Directory.SetCurrentDirectory(bug with arguments on Linux). 2021-06-14
- feat: Added linux support. 2021-06-14
- feat: Added PackageReadmeFile. 2021-06-14
- feat: Updated NuGet references. 2021-06-14
- feat: Added auto-releasing. 2021-06-14
🐞 Last 10 bug fixes:
- fix: Fixed ubuntu tests. 2021-06-14
- fix: Fixed dll run. 2021-06-14