https://github.com/ignatandrei/openapiswaggerui
https://github.com/ignatandrei/openapiswaggerui
asp-net-core aspnet-core aspnetcore csharp net netcore netcore-webapi openapi swagger swagger-ui
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ignatandrei/openapiswaggerui
- Owner: ignatandrei
- License: mit
- Created: 2024-12-15T06:35:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T12:55:05.000Z (about 1 year ago)
- Last Synced: 2025-07-11T15:41:40.374Z (7 months ago)
- Topics: asp-net-core, aspnet-core, aspnetcore, csharp, net, netcore, netcore-webapi, openapi, swagger, swagger-ui
- Language: C#
- Homepage: https://ignatandrei.github.io/OpenAPISwaggerUI/
- Size: 418 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenAPISwaggerUI
This nuget package adds multiple Swagger UI to your ASP.NET 9 project.
## Installation
1. Add the nuget package to your project.
```powershell
dotnet add package OpenAPISwaggerUI --version 9.2024.1215.2209
```
2. In Program.cs, ensure you have
```csharp
app.MapOpenApi();
app.UseOpenAPISwaggerUI();
```
## Usage
Browse to /swagger and you will see links to UI with
Swashbuckle
NSwag
Redoc
Scalar
Visual Automation
## License
MIT