Codebelt.Extensions.Swashbuckle.AspNetCore
9.0.0-preview.1
See the version list below for details.
dotnet add package Codebelt.Extensions.Swashbuckle.AspNetCore --version 9.0.0-preview.1
NuGet\Install-Package Codebelt.Extensions.Swashbuckle.AspNetCore -Version 9.0.0-preview.1
<PackageReference Include="Codebelt.Extensions.Swashbuckle.AspNetCore" Version="9.0.0-preview.1" />
paket add Codebelt.Extensions.Swashbuckle.AspNetCore --version 9.0.0-preview.1
#r "nuget: Codebelt.Extensions.Swashbuckle.AspNetCore, 9.0.0-preview.1"
// Install Codebelt.Extensions.Swashbuckle.AspNetCore as a Cake Addin #addin nuget:?package=Codebelt.Extensions.Swashbuckle.AspNetCore&version=9.0.0-preview.1&prerelease // Install Codebelt.Extensions.Swashbuckle.AspNetCore as a Cake Tool #tool nuget:?package=Codebelt.Extensions.Swashbuckle.AspNetCore&version=9.0.0-preview.1&prerelease
About
An open-source project (MIT license) that targets and complements the Swashbuckle.AspNetCore Swagger tooling for APIs built with ASP.NET Core. It aims to provide a uniform and convenient developer experience when working with Swagger 2.0 and OpenAPI 3.0.
It is, by heart, free, flexible and built to extend and boost your agile codebelt.
Codebelt.Extensions.Swashbuckle.AspNetCore for .NET
The Codebelt.Extensions.Swashbuckle.AspNetCore
namespace contains types and extension methods that complements the Swashbuckle.AspNetCore namespace by adding new ways of working with Swagger 2.0 and OpenAPI 3.0.
More documentation available at our documentation site:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. |
-
net8.0
- Codebelt.Extensions.Asp.Versioning (>= 9.0.0-preview.1)
- Swashbuckle.AspNetCore (>= 6.8.0)
-
net9.0
- Codebelt.Extensions.Asp.Versioning (>= 9.0.0-preview.1)
- Swashbuckle.AspNetCore (>= 6.8.0)
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.0.0-preview.3 | 68 | 10/11/2024 |
9.0.0-preview.1 | 47 | 9/29/2024 |
8.4.0 | 92 | 9/21/2024 |
Version 9.0.0
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
- REMOVED Support for TFM .NET 6 (LTS)
Version 8.4.0
Availability: .NET 8 and .NET 6
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
Version 8.3.2
Availability: .NET 8 and .NET 6
# ALM
- REMOVED Support for TFM .NET 7 (STS)
- CHANGED Dependencies to latest and greatest with respect to TFMs
Version 8.3.1
Availability: .NET 8, .NET 7 and .NET 6
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
Version 8.2.0
Availability: .NET 8, .NET 7 and .NET 6
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
# New Features
- EXTENDED SwaggerGenOptionsExtensions class in the Cuemon.Extensions.Swashbuckle.AspNetCore namespace with one new extension method for the SwaggerGenOptions class: AddBasicAuthenticationSecurity
# Improvements
- CHANGED RestfulSwaggerOptions class in the Cuemon.Extensions.Swashbuckle.AspNetCore namespace to include a function delegate property named JsonSerializerOptionsFactory that will resolve a JsonSerializerOptions instance in a more flexible way than provided by the Swagger team
- CHANGED ServiceCollectionExtensions class in the Cuemon.Extensions.Swashbuckle.AspNetCore namespace to support JsonSerializerOptionsFactory in the AddRestfulSwagger extension method
Version: 8.1.0
Availability: .NET 8, .NET 7 and .NET 6
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
Version: 8.0.1
Availability: .NET 8, .NET 7 and .NET 6
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
Version: 8.0.0
Availability: .NET 8, .NET 7 and .NET 6
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
# Quality Analysis Actions
- CHANGED SwaggerGenOptionsExtensions class in the Cuemon.Extensions.Swashbuckle.AspNetCore namespace to be compliant with https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1825