OpenAPISwaggerUI 9.2024.1215.2209

dotnet add package OpenAPISwaggerUI --version 9.2024.1215.2209                
NuGet\Install-Package OpenAPISwaggerUI -Version 9.2024.1215.2209                
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="OpenAPISwaggerUI" Version="9.2024.1215.2209" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenAPISwaggerUI --version 9.2024.1215.2209                
#r "nuget: OpenAPISwaggerUI, 9.2024.1215.2209"                
#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 OpenAPISwaggerUI as a Cake Addin
#addin nuget:?package=OpenAPISwaggerUI&version=9.2024.1215.2209

// Install OpenAPISwaggerUI as a Cake Tool
#tool nuget:?package=OpenAPISwaggerUI&version=9.2024.1215.2209                

OpenAPISwaggerUI

This nuget package adds multiple Swagger UI to your ASP.NET 9 project.

Installation

  1. Add the nuget package to your project.
dotnet add package OpenAPISwaggerUI --version 9.2024.1215.2209
  1. In Program.cs, ensure you have
app.MapOpenApi();
app.UseOpenAPISwaggerUI();

Usage

Browse to /swagger and you will see links to UI with

Swashbuckle NSwag Redoc Scalar Visual Automation

License

MIT

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

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
9.2024.1215.2209 41 12/15/2024
9.2024.1215.1049 45 12/15/2024