Skip to content

Deprecate Tingle.AspNetCore.Swagger and no longer publish it #402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

mburumaxwell
Copy link
Contributor

@mburumaxwell mburumaxwell commented Feb 21, 2025

The extensions will be moved to a new package dependent on Microsoft.AspNetCore.OpenApi in a follow-up PR. The changes in Swashbuckle are becoming harder to keep up with. The new package has support for numerous scenarios, AoT, and inhertdoc XML comments as seen in dotnet/aspnetcore#39927 (comment)

The code remains for reference purposes only.

The extensions will be moved to a new package dependent on `Microsoft.AspNetCore.OpenApi` in a follow-up PR. The changes in Swashbuckle are becoming harder to keep up with. The new package has support for numerous scenarios, AoT, and inhertdoc XML comments.

The code remains for reference purposes only.
@mburumaxwell mburumaxwell merged commit 0b8b739 into main Feb 21, 2025
7 checks passed
@mburumaxwell mburumaxwell deleted the deprecate-swashbuckle branch February 21, 2025 11:13
mburumaxwell added a commit that referenced this pull request Feb 21, 2025
This adds support for `Microsoft.AspNetCore.OpenApi` which is meant to replace the `Swashbuckle.AspNetCore.Swagger*` packages. This started in #402

In this initial PR, trivial migrations have been done from `Tingle.AspNetCore.Swagger` to allow for early usage.
Other code changes are expected to come later before a final release, such as XML comments for enum descriptions in case the framework does not end up adding them all.
mburumaxwell added a commit that referenced this pull request Feb 21, 2025
This adds support for `Microsoft.AspNetCore.OpenApi` which is meant to replace the `Swashbuckle.AspNetCore.Swagger*` packages. This started in #402

In this initial PR, trivial migrations have been done from `Tingle.AspNetCore.Swagger` to allow for early usage.
Other code changes are expected to come later before a final release, such as XML comments for enum descriptions in case the framework does not end up adding them all.
mburumaxwell added a commit that referenced this pull request Feb 21, 2025
This adds support for `Microsoft.AspNetCore.OpenApi` which is meant to replace the `Swashbuckle.AspNetCore.Swagger*` packages. This started in #402

In this initial PR, trivial migrations have been done from `Tingle.AspNetCore.Swagger` to allow for early usage.
Other code changes are expected to come later before a final release, such as XML comments for enum descriptions in case the framework does not end up adding them all.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant