H.Ipc.Generator 0.9.3

Suggested Alternatives

H.Ipc

Additional Details

To single package

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

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

H.NSwag.Generator

Language License Requirements Build Status NuGet

Usage

The generator generates code based on any .nswag file in the AdditionalFiles ItemGroup.

<ItemGroup>
  <AdditionalFiles Include="openapi.nswag" />
</ItemGroup>

Contacts

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
0.21.0 334 3/9/2023
0.20.0 492 7/13/2022
0.19.3 455 6/19/2022
0.19.2 414 6/7/2022
0.9.11 438 5/20/2022
0.9.10 413 5/19/2022
0.9.8 470 3/16/2022
0.9.7 500 3/15/2022
0.9.6 434 3/12/2022
0.9.5 417 3/11/2022
0.9.4 444 3/10/2022
0.9.3 429 3/10/2022

⭐ Last 10 features:
- feat: Initial commit. 2022-03-10
- feat: initial commit. 2022-03-01

🐞 Last 10 bug fixes:
- fix: Fixed CI. 2022-03-10