cf_api_net_core
cf_api_net_core copied to clipboard
build(deps): Bump Swashbuckle.AspNetCore.Annotations from 6.5.0 to 6.6.2 in /src/CF.Api
Bumps Swashbuckle.AspNetCore.Annotations from 6.5.0 to 6.6.2.
Release notes
Sourced from Swashbuckle.AspNetCore.Annotations's releases.
v6.6.2
What's Changed
- Fix to make required and nullable properties nullable in schema by
@keahpeters
in domaindrivendev/Swashbuckle.AspNetCore#2879- Update Swagger UI section in README by
@cremor
in domaindrivendev/Swashbuckle.AspNetCore#2883- Add support for the
[Length]
attribute. by@satma0745
in domaindrivendev/Swashbuckle.AspNetCore#2882- Existing output file should be deleted/overwritten by
@patrikwlund
in domaindrivendev/Swashbuckle.AspNetCore#2886- Fix libraries being handled as test projects by
@patrikwlund
in domaindrivendev/Swashbuckle.AspNetCore#2898- Avoid competing swagger generation during test build by
@patrikwlund
in domaindrivendev/Swashbuckle.AspNetCore#2897- Replace
<br />
,<br/>
, and<br>
in XML comments withEnvironment.Newline
by@mburumaxwell
in domaindrivendev/Swashbuckle.AspNetCore#2899- Fix schema generation for c#9 positional record with param tag without example property creating unexpected empty example by
@stb-co
in domaindrivendev/Swashbuckle.AspNetCore#2901- Fix serialization of
AdditionalItems
by@martincostello
in domaindrivendev/Swashbuckle.AspNetCore#2890- Disable parallel build by
@martincostello
in domaindrivendev/Swashbuckle.AspNetCore#2894- Do not run
IHostedService
implementations by@martincostello
in domaindrivendev/Swashbuckle.AspNetCore#2880- Fix interceptor JSON casing by
@martincostello
in domaindrivendev/Swashbuckle.AspNetCore#2907- Fix generation when
[DefaultValue]
's type differs by@martincostello
in domaindrivendev/Swashbuckle.AspNetCore#2895New Contributors
@satma0745
made their first contribution in domaindrivendev/Swashbuckle.AspNetCore#2882@patrikwlund
made their first contribution in domaindrivendev/Swashbuckle.AspNetCore#2886@stb-co
made their first contribution in domaindrivendev/Swashbuckle.AspNetCore#2901Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.1...v6.6.2
v6.6.1
What's Changed
- Modernise build and migrate to GitHub Actions for CI by
@martincostello
in domaindrivendev/Swashbuckle.AspNetCore#2775- Update Redoc spelling in docs by
@Quppa
in domaindrivendev/Swashbuckle.AspNetCore#2568- C# 9 Record - Read example/summary from positional record by
@pixellos
in domaindrivendev/Swashbuckle.AspNetCore#2546- Grammatical correction of some comments by
@mokarchi
in domaindrivendev/Swashbuckle.AspNetCore#2768- Update README.md for nested types custom schemaId support by
@antmeehan
in domaindrivendev/Swashbuckle.AspNetCore#2746- Add support for
WithSummary
andWithDescription
metadata by@hwoodiwiss
in domaindrivendev/Swashbuckle.AspNetCore#2414- Update README.md - Fix
Add Security Definitions and Requirements for Bearer auth
URL by@Saibamen
in domaindrivendev/Swashbuckle.AspNetCore#2705- Replace text with Markdown link format by
@mburumaxwell
in domaindrivendev/Swashbuckle.AspNetCore#2392- Add support for required keyword by
@keahpeters
in domaindrivendev/Swashbuckle.AspNetCore#2810- Resolves #2717 by
@MerickOWA
in domaindrivendev/Swashbuckle.AspNetCore#2718- Observe the route template constraints in the Swagger middleware by
@0xced
in domaindrivendev/Swashbuckle.AspNetCore#2418- Added Swashbuckle.AspNetCore.Annotations.SwaggerIgnoreAttribute by
@jcracknell
in domaindrivendev/Swashbuckle.AspNetCore#2610- Fix schema generation with allOf inheritance by
@bkoelman
in domaindrivendev/Swashbuckle.AspNetCore#2815- avoid triple enumeration of formParameters by
@SimonCropp
in domaindrivendev/Swashbuckle.AspNetCore#2823- reduce some linq allocation by
@SimonCropp
in domaindrivendev/Swashbuckle.AspNetCore#2819- remove some duplicate dictionary lookups by
@SimonCropp
in domaindrivendev/Swashbuckle.AspNetCore#2822- remove redundant any check in InferRequestContentTypes by
@SimonCropp
in domaindrivendev/Swashbuckle.AspNetCore#2824- Correctly respect interfaces in
GetInheritanceChain
by@angelaki
in domaindrivendev/Swashbuckle.AspNetCore#2826- Generate Enum-Dictionary-Keys (analogous to Newtonsoft) by
@angelaki
in domaindrivendev/Swashbuckle.AspNetCore#2825- Fix build badge by
@martincostello
in domaindrivendev/Swashbuckle.AspNetCore#2782- Fix preview package versions by
@martincostello
in domaindrivendev/Swashbuckle.AspNetCore#2783- Handle Stream and PipeReader content types correctly by
@martincostello
in domaindrivendev/Swashbuckle.AspNetCore#2784
... (truncated)
Commits
fe87e6d
Fix exceptions generating default values (#2895)d5cd28e
Fix interceptor JSON casing432c417
Do not run IHostedService implementations (#2880)26c78cb
Disable parallel build (#2894)ac588fe
Fix serialization of AdditionalItems91c936b
Fix IDE suggestionsa0f4bb4
Only restore packages when neededecce973
Bump swagger-ui-dist in /src/Swashbuckle.AspNetCore.SwaggerUI (#2903)76ec39d
Fix schema generation for C# 9 positional record with no example (#2901)828b7df
Replace br tags in XML comments with new lines (#2899)- Additional 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)