Microsoft.AspNetCore.OpenApi
9.0.0
Prefix Reserved
dotnet add package Microsoft.AspNetCore.OpenApi --version 9.0.0
NuGet\Install-Package Microsoft.AspNetCore.OpenApi -Version 9.0.0
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
paket add Microsoft.AspNetCore.OpenApi --version 9.0.0
#r "nuget: Microsoft.AspNetCore.OpenApi, 9.0.0"
// Install Microsoft.AspNetCore.OpenApi as a Cake Addin #addin nuget:?package=Microsoft.AspNetCore.OpenApi&version=9.0.0 // Install Microsoft.AspNetCore.OpenApi as a Cake Tool #tool nuget:?package=Microsoft.AspNetCore.OpenApi&version=9.0.0
About
Microsoft.AspNetCore.OpenApi is a NuGet package that provides built-in support for generating OpenAPI documents from minimal or controller-based APIs in ASP.NET Core.
Key Features
- Supports viewing generated OpenAPI documents at runtime via a parameterized endpoint (
/openapi/{documentName}.json
) - Supports generating an OpenAPI document at build-time
- Supports customizing the generated document via document transformers
How to Use
To start using Microsoft.AspNetCore.OpenApi in your ASP.NET Core application, follow these steps:
Installation
dotnet add package Microsoft.AspNetCore.OpenApi
Configuration
In your Program.cs file, register the services provided by this package in the DI container and map the provided OpenAPI document endpoint in the application.
var builder = WebApplication.CreateBuilder();
// Registers the required services
builder.Services.AddOpenApi();
var app = builder.Build();
// Adds the /openapi/{documentName}.json endpoint to the application
app.MapOpenApi();
app.Run();
For more information on configuring and using Microsoft.AspNetCore.OpenApi, refer to the official documentation.
Main Types
The main types provided by this library are:
OpenApiOptions
: Options for configuring OpenAPI document generation.IDocumentTransformer
: Transformer that modifies the OpenAPI document generated by the library.
Feedback & Contributing
Microsoft.AspNetCore.OpenApi is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. |
-
net9.0
- Microsoft.OpenApi (>= 1.6.17)
NuGet packages (328)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.OpenApi:
Package | Downloads |
---|---|
Rystem.Api.Server
Rystem.Api helps you to integrate Api Server and Automated Client for Aspect-Oriented programming. |
|
Indice.AspNetCore
Package Description |
|
devprime.stack.web
DevPrime Web |
|
IntelliTect.Coalesce
Core framework library for IntelliTect.Coalesce |
|
IntelliTect.Coalesce.CodeGeneration
Core code generation library for IntelliTect.Coalesce |
GitHub repositories (126)
Showing the top 5 popular GitHub repositories that depend on Microsoft.AspNetCore.OpenApi:
Repository | Stars |
---|---|
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
|
|
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
|
|
dotnet/eShop
A reference .NET application implementing an eCommerce site
|
Version | Downloads | Last updated |
---|---|---|
9.0.0 | 53,116 | 11/12/2024 |
9.0.0-rc.2.24474.3 | 33,825 | 10/8/2024 |
9.0.0-rc.1.24452.1 | 22,582 | 9/10/2024 |
9.0.0-preview.7.24406.2 | 10,053 | 8/13/2024 |
9.0.0-preview.6.24328.4 | 8,060 | 7/9/2024 |
9.0.0-preview.5.24306.11 | 9,773 | 6/11/2024 |
9.0.0-preview.4.24267.6 | 3,868 | 5/21/2024 |
9.0.0-preview.3.24172.13 | 10,239 | 4/11/2024 |
9.0.0-preview.2.24128.4 | 4,946 | 3/12/2024 |
9.0.0-preview.1.24081.5 | 2,453 | 2/13/2024 |
8.0.11 | 50,193 | 11/12/2024 |
8.0.10 | 1,191,304 | 10/8/2024 |
8.0.8 | 2,128,549 | 8/13/2024 |
8.0.7 | 1,885,578 | 7/9/2024 |
8.0.6 | 2,773,670 | 5/28/2024 |
8.0.5 | 940,188 | 5/14/2024 |
8.0.4 | 2,063,674 | 4/9/2024 |
8.0.3 | 2,200,454 | 3/12/2024 |
8.0.2 | 2,055,817 | 2/13/2024 |
8.0.1 | 2,366,058 | 1/9/2024 |
8.0.0 | 4,208,946 | 11/14/2023 |
8.0.0-rc.2.23480.2 | 94,224 | 10/10/2023 |
8.0.0-rc.1.23421.29 | 46,938 | 9/12/2023 |
8.0.0-preview.7.23375.9 | 55,209 | 8/8/2023 |
8.0.0-preview.6.23329.11 | 37,490 | 7/11/2023 |
8.0.0-preview.5.23302.2 | 15,014 | 6/13/2023 |
8.0.0-preview.4.23260.4 | 91,307 | 5/16/2023 |
8.0.0-preview.3.23177.8 | 13,325 | 4/11/2023 |
8.0.0-preview.2.23153.2 | 7,786 | 3/14/2023 |
8.0.0-preview.1.23112.2 | 4,987 | 2/21/2023 |
7.0.20 | 131,874 | 5/28/2024 |
7.0.19 | 64,898 | 5/14/2024 |
7.0.18 | 121,966 | 4/9/2024 |
7.0.17 | 124,249 | 3/12/2024 |
7.0.16 | 190,425 | 2/13/2024 |
7.0.15 | 295,206 | 1/9/2024 |
7.0.14 | 624,245 | 11/14/2023 |
7.0.13 | 1,144,499 | 10/24/2023 |
7.0.12 | 843,220 | 10/10/2023 |
7.0.11 | 1,318,968 | 9/12/2023 |
7.0.10 | 1,751,031 | 8/8/2023 |
7.0.9 | 1,509,480 | 7/11/2023 |
7.0.8 | 683,236 | 6/22/2023 |
7.0.7 | 962,398 | 6/13/2023 |
7.0.5 | 3,157,474 | 4/11/2023 |
7.0.4 | 1,353,569 | 3/14/2023 |
7.0.3 | 1,590,281 | 2/14/2023 |
7.0.2 | 1,444,231 | 1/10/2023 |
7.0.1 | 962,153 | 12/13/2022 |
7.0.0 | 1,554,415 | 11/7/2022 |
7.0.0-rc.2.22476.2 | 26,225 | 10/11/2022 |
7.0.0-rc.1.22427.2 | 23,558 | 9/14/2022 |
7.0.0-preview.7.22376.6 | 10,560 | 8/9/2022 |
7.0.0-preview.6.22330.3 | 7,707 | 7/12/2022 |
7.0.0-preview.5.22303.8 | 9,052 | 6/14/2022 |
7.0.0-preview.4.22251.1 | 6,806 | 5/10/2022 |