-
Notifications
You must be signed in to change notification settings - Fork 14
chore(deps): Bump Swashbuckle.AspNetCore from 8.1.4 to 10.0.1 #305
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
chore(deps): Bump Swashbuckle.AspNetCore from 8.1.4 to 10.0.1 #305
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
32f242f to
9ff391f
Compare
--- updated-dependencies: - dependency-name: Swashbuckle.AspNetCore dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
9ff391f to
4c233d7
Compare
--- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…Core.WebApi/Swashbuckle.AspNetCore-10.0.1
…tCore.WebApi.Tests/Microsoft.NET.Test.Sdk-18.0.1
Add comprehensive sections to improve agent efficiency: - Essential commands for build, test, migrations, and Docker - Common issues and workarounds (database paths, validation, caching) - Commit message conventions with enforcement details - Future evolution section linked to actual GitHub issues These additions provide agents with actionable information to reduce exploration time and build/command failures when working with the repository for the first time.
…for-copilot docs: enhance copilot-instructions with commands and workflows
…tCore.WebApi.Tests/Microsoft.NET.Test.Sdk-18.0.1
….Samples.AspNetCore.WebApi.Tests/Microsoft.NET.Test.Sdk-18.0.1 chore(deps): Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.1
…tions/setup-dotnet-5.0.1 chore(deps): Bump actions/setup-dotnet from 5.0.0 to 5.0.1
--- updated-dependencies: - dependency-name: Serilog.Settings.Configuration dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…Samples.AspNetCore.WebApi/Serilog.Settings.Configuration-10.0.0 chore(deps): Bump Serilog.Settings.Configuration from 9.0.0 to 10.0.0
…washbuckle.AspNetCore-10.0.1' of github.com:nanotaboada/Dotnet.Samples.AspNetCore.WebApi into dependabot/nuget/src/Dotnet.Samples.AspNetCore.WebApi/Swashbuckle.AspNetCore-10.0.1
Migrate from Microsoft.OpenApi.Models to Microsoft.OpenApi and
refactor security scheme references to use OpenApiSecuritySchemeReference
instead of nested OpenApiReference pattern.
Changes:
- Updated using directives in AuthorizeCheckOperationFilter,
ServiceCollectionExtensions, and SwaggerUtilities
- Replaced OpenApiSecurityScheme nested Reference with
OpenApiSecuritySchemeReference("Bearer", null)
- Changed Array.Empty<string>() to new List<string>() for
OpenApiSecurityRequirement dictionary values
Resolves compilation errors from Swashbuckle.AspNetCore 10.0.1's
dependency on Microsoft.OpenApi 2.3.0.
|
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |



Updated Swashbuckle.AspNetCore from 8.1.4 to 10.0.1.
Release notes
Sourced from Swashbuckle.AspNetCore's releases.
10.0.1
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.0.0...v10.0.1
10.0.0
Swashbuckle.AspNetCore v10.0.0
With this release, Swashbuckle.AspNetCore adds support for generating OpenAPI 3.1 documents and for ASP.NET Core 10.
Swashbuckle.AspNetCore v10 depends on OpenAPI.NET v2.3 which introduces many breaking changes to the public API surface. More information can be found in their OpenAPI.NET v2 Upgrade Guide.
To reduce the number of breaking behavioural changes in Swashbuckle.AspNetCore v10, generation of OpenAPI 3.1 documents is opt-in.
To generate OpenAPI 3.1 documents, change the OpenAPI version as shown in the code snippet below:
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.6...v10.0.0
9.0.6
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.5...v9.0.6
9.0.5
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.4...v9.0.5
9.0.4
What's Changed
ETagvalues by @martincostello in Fix incorrect ETag values domaindrivendev/Swashbuckle.AspNetCore#3490Accept-Encodingparsing by @martincostello in FixAccept-Encodingparsing domaindrivendev/Swashbuckle.AspNetCore#3492Accept-Encodingquality by @martincostello in Check Accept-Encoding quality domaindrivendev/Swashbuckle.AspNetCore#3493WebHostusage from tests by @martincostello in Remove WebHost usage domaindrivendev/Swashbuckle.AspNetCore#3517$typediscriminator for[JsonPolymorphic]by @lilinus in Default discriminator "$type" for JsonPolymorphicAttribute (annotations) domaindrivendev/Swashbuckle.AspNetCore#3496New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.3...v9.0.4
9.0.3
What's Changed
Content-Lengthfor swagger-ui and Redoc static assets by @martincostello in Fix incorrect Content-Length for swagger-ui and Redoc static assets domaindrivendev/Swashbuckle.AspNetCore#3488Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.2...v9.0.3
9.0.2
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.1...v9.0.2
9.0.1
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.0...v9.0.1
9.0.0
📣 This release contains the following breaking changes:
netstandard2.0and thus .NET Framework - now onlynet8.0andnet9.0are supported.[Obsolete]in previous releases.--serializeasv2option from Swashbuckle.AspNetCore.Cli, which was superseded by--openapiversionfrom version 8.0.0.What's Changed
[Range]and respectParseLimitsInInvariantCultureproperty by @martincostello in Add tests for RangeAttribute and respect ParseLimitsInInvariantCulture property domaindrivendev/Swashbuckle.AspNetCore#3448[Range]behaviour by @martincostello in Fix RangeAttribute behaviour domaindrivendev/Swashbuckle.AspNetCore#3449Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.1.4...v9.0.0
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)