Black.Beard.OpenApi 1.0.19

dotnet add package Black.Beard.OpenApi --version 1.0.19
                    
NuGet\Install-Package Black.Beard.OpenApi -Version 1.0.19
                    
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="Black.Beard.OpenApi" Version="1.0.19" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Black.Beard.OpenApi" Version="1.0.19" />
                    
Directory.Packages.props
<PackageReference Include="Black.Beard.OpenApi" />
                    
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 Black.Beard.OpenApi --version 1.0.19
                    
#r "nuget: Black.Beard.OpenApi, 1.0.19"
                    
#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.
#:package Black.Beard.OpenApi@1.0.19
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Black.Beard.OpenApi&version=1.0.19
                    
Install as a Cake Addin
#tool nuget:?package=Black.Beard.OpenApi&version=1.0.19
                    
Install as a Cake Tool

Black.Beard.OpenApi

Helpers for open api

Build status

create a open api contract from a type


// type to generate open api contract.
var type = typeof(ModelTest1);

// create a context with all types that contains the open api contract
var ctx = type.GenerateOpenApiContract()
              .GenerateOpenApiContract(t2)                                   // add another type
              .ApplyDocumentation(LoadDocumentationExtension.LoadXmlFiles()) // apply documentation
    ;

// generate the open api contract
OpenApiDocument openApi = ctx.Generate();

// save the contract in a file
openApi.SaveOpenApiContract("file path");

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Black.Beard.OpenApi:

Package Downloads
Black.Beard.OpenApiServices

add visitor for generate code from open api documentation

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.19 170 4/7/2024
1.0.18 159 4/3/2024
1.0.17 148 4/3/2024
1.0.16 158 4/1/2024
1.0.15 143 4/1/2024
1.0.14 152 4/1/2024
1.0.13 146 3/31/2024
1.0.12 146 3/30/2024
1.0.11 149 3/30/2024
1.0.10 159 3/26/2024
1.0.9 149 3/24/2024
1.0.8 154 3/20/2024
1.0.7 173 3/20/2024
1.0.6 145 3/19/2024
1.0.5 154 3/13/2024
1.0.4 155 3/13/2024
1.0.3 172 3/13/2024
1.0.2 147 3/12/2024