Microsoft.AspNetCore.OpenApi 9.0.0-rc.2.24474.3

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.OpenApi.
dotnet add package Microsoft.AspNetCore.OpenApi --version 9.0.0-rc.2.24474.3                
NuGet\Install-Package Microsoft.AspNetCore.OpenApi -Version 9.0.0-rc.2.24474.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="Microsoft.AspNetCore.OpenApi" Version="9.0.0-rc.2.24474.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNetCore.OpenApi --version 9.0.0-rc.2.24474.3                
#r "nuget: Microsoft.AspNetCore.OpenApi, 9.0.0-rc.2.24474.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 Microsoft.AspNetCore.OpenApi as a Cake Addin
#addin nuget:?package=Microsoft.AspNetCore.OpenApi&version=9.0.0-rc.2.24474.3&prerelease

// Install Microsoft.AspNetCore.OpenApi as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.OpenApi&version=9.0.0-rc.2.24474.3&prerelease                

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 Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (298)

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

GreatUtilities.Web

Essencial tools to agile development.

RevolutionaryStuff.AspNetCore

Package Description

Fsel.Core

Fsel Core Package

GitHub repositories (117)

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 RC2, 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-rc.2.24474.3 6,336 10/8/2024
9.0.0-rc.1.24452.1 16,333 9/10/2024
9.0.0-preview.7.24406.2 9,061 8/13/2024
9.0.0-preview.6.24328.4 7,181 7/9/2024
9.0.0-preview.5.24306.11 9,142 6/11/2024
9.0.0-preview.4.24267.6 3,645 5/21/2024
9.0.0-preview.3.24172.13 10,158 4/11/2024
9.0.0-preview.2.24128.4 4,707 3/12/2024
9.0.0-preview.1.24081.5 2,288 2/13/2024
8.0.10 234,630 10/8/2024
8.0.8 1,667,352 8/13/2024
8.0.7 1,648,526 7/9/2024
8.0.6 2,559,215 5/28/2024
8.0.5 861,106 5/14/2024
8.0.4 1,865,333 4/9/2024
8.0.3 2,068,354 3/12/2024
8.0.2 1,940,156 2/13/2024
8.0.1 2,205,352 1/9/2024
8.0.0 4,017,831 11/14/2023
8.0.0-rc.2.23480.2 91,883 10/10/2023
8.0.0-rc.1.23421.29 45,811 9/12/2023
8.0.0-preview.7.23375.9 53,439 8/8/2023
8.0.0-preview.6.23329.11 36,928 7/11/2023
8.0.0-preview.5.23302.2 14,561 6/13/2023
8.0.0-preview.4.23260.4 84,530 5/16/2023
8.0.0-preview.3.23177.8 12,626 4/11/2023
8.0.0-preview.2.23153.2 7,717 3/14/2023
8.0.0-preview.1.23112.2 4,904 2/21/2023
7.0.20 103,182 5/28/2024
7.0.19 55,604 5/14/2024
7.0.18 110,185 4/9/2024
7.0.17 116,053 3/12/2024
7.0.16 180,760 2/13/2024
7.0.15 281,819 1/9/2024
7.0.14 599,015 11/14/2023
7.0.13 1,112,090 10/24/2023
7.0.12 818,141 10/10/2023
7.0.11 1,286,475 9/12/2023
7.0.10 1,703,921 8/8/2023
7.0.9 1,475,296 7/11/2023
7.0.8 670,044 6/22/2023
7.0.7 934,242 6/13/2023
7.0.5 3,091,256 4/11/2023
7.0.4 1,323,027 3/14/2023
7.0.3 1,550,865 2/14/2023
7.0.2 1,415,211 1/10/2023
7.0.1 914,728 12/13/2022
7.0.0 1,498,646 11/7/2022
7.0.0-rc.2.22476.2 25,812 10/11/2022
7.0.0-rc.1.22427.2 23,119 9/14/2022
7.0.0-preview.7.22376.6 10,466 8/9/2022
7.0.0-preview.6.22330.3 7,564 7/12/2022
7.0.0-preview.5.22303.8 8,841 6/14/2022
7.0.0-preview.4.22251.1 6,646 5/10/2022