![]() |
VOOZH | about |
dotnet add package Black.Beard.OpenApiServices --version 1.0.19
NuGet\Install-Package Black.Beard.OpenApiServices -Version 1.0.19
<PackageReference Include="Black.Beard.OpenApiServices" Version="1.0.19" />
<PackageVersion Include="Black.Beard.OpenApiServices" Version="1.0.19" />Directory.Packages.props
<PackageReference Include="Black.Beard.OpenApiServices" />Project file
paket add Black.Beard.OpenApiServices --version 1.0.19
#r "nuget: Black.Beard.OpenApiServices, 1.0.19"
#:package Black.Beard.OpenApiServices@1.0.19
#addin nuget:?package=Black.Beard.OpenApiServices&version=1.0.19Install as a Cake Addin
#tool nuget:?package=Black.Beard.OpenApiServices&version=1.0.19Install as a Cake Tool
Helpers for open api
// 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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.19 | 260 | 4/7/2024 |
| 1.0.18 | 209 | 4/3/2024 |
| 1.0.17 | 219 | 4/3/2024 |
| 1.0.16 | 235 | 4/1/2024 |
| 1.0.15 | 214 | 4/1/2024 |
| 1.0.14 | 242 | 4/1/2024 |
| 1.0.13 | 230 | 3/31/2024 |
| 1.0.12 | 207 | 3/30/2024 |
| 1.0.11 | 226 | 3/30/2024 |
| 1.0.10 | 249 | 3/26/2024 |
| 1.0.9 | 226 | 3/24/2024 |
| 1.0.8 | 240 | 3/20/2024 |
| 1.0.7 | 243 | 3/20/2024 |
| 1.0.6 | 224 | 3/19/2024 |
| 1.0.5 | 225 | 3/13/2024 |
| 1.0.4 | 216 | 3/13/2024 |
| 1.0.3 | 231 | 3/13/2024 |
| 1.0.2 | 234 | 3/12/2024 |