Skip to content

Commit e0daf5b

Browse files
Update dependency Swashbuckle.AspNetCore to v7 (#1996)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Swashbuckle.AspNetCore](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore) | nuget | major | `5.6.3` -> `7.2.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)</summary> ### [`v7.2.0`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v7.2.0) #### What's Changed - Path grouping strategy by [@&#8203;Saibamen](https://redirect.github.com/Saibamen) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3152](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3152) - Add package README by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3178](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3178) - Allow no match to be found to avoid throwing an exception by [@&#8203;moni-dips](https://redirect.github.com/moni-dips) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3188](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3188) #### New Contributors - [@&#8203;moni-dips](https://redirect.github.com/moni-dips) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3188](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3188) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.1.0...v7.2.0 ### [`v7.1.0`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v7.1.0) #### What's Changed - Update some nugets by [@&#8203;Saibamen](https://redirect.github.com/Saibamen) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3143](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3143) - Recreate package lock files by [@&#8203;Saibamen](https://redirect.github.com/Saibamen) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3146](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3146) - More asserts for `SwaggerGeneratorTests` by [@&#8203;Saibamen](https://redirect.github.com/Saibamen) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3147](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3147) - Add more HTTP codes to `ResponseDescriptionMap` by [@&#8203;Saibamen](https://redirect.github.com/Saibamen) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3148](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3148) - Test more WebAPI examples by [@&#8203;Saibamen](https://redirect.github.com/Saibamen) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3149](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3149) - Fix issue with `[FromForm]` and enums for Controllers by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3164](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3164) - Support `[Description]` and `[ReadOnly]` by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3162](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3162) - Second level inheritance for `UseOneOfForPolymorphism` by [@&#8203;k0ka](https://redirect.github.com/k0ka) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3155](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3155) - Avoid exception checking nullability by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3119](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3119) - Fix `NotSupportedException` in AoT test project by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3171](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3171) - Create `snupkg` files by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3168](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3168) - Support of `[JsonPolymorphic]` and `[JsonDerivedType]` attributes by [@&#8203;k0ka](https://redirect.github.com/k0ka) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3170](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3170) #### New Contributors - [@&#8203;k0ka](https://redirect.github.com/k0ka) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3155](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3155) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.0.0...v7.1.0 ### [`v7.0.0`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v7.0.0) #### What's Changed - Refactor filter descriptor type checks in SwaggerGen by [@&#8203;iskandersierra](https://redirect.github.com/iskandersierra) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3125](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3125) - Apply SwaggerIgnore on Newtonsoft by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3134](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3134) - Support .NET 9 by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3007](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3007) - Drop support for .NET (Core) versions prior to 8 (except 6) by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3007](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3007) - Fix FromForm without WithOpenApi schemas by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3133](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3133) #### New Contributors - [@&#8203;iskandersierra](https://redirect.github.com/iskandersierra) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3125](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3125) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.9.0...v7.0.0 ### [`v6.9.0`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.9.0) #### What's Changed - Generate Properties whenever there are objects without schema(Not onl… by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3095](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3095) - fix: Pass props to multi targeting by [@&#8203;xC0dex](https://redirect.github.com/xC0dex) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3107](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3107) - Types with TryParse must be set with type string by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3108](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3108) - Add native AoT support for ReDoc by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3088](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3088) #### New Contributors - [@&#8203;xC0dex](https://redirect.github.com/xC0dex) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3107](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3107) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.8.1...v6.9.0 ### [`v6.8.1`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.8.1) #### What's Changed - Fix issue when applying filters for WithOpenApi extension by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3085](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3085) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.8.0...v6.8.1 ### [`v6.8.0`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.8.0) #### What's Changed - Added dependency injection/easy registration for async filters by [@&#8203;tofi92](https://redirect.github.com/tofi92) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030) - Improve IncludeXmlComments performance (2) by [@&#8203;mus65](https://redirect.github.com/mus65) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044) - Apply ParameterFilters and RequestBodyFilters for WithOpenApi endpoints by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3059](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3059) - Swagger plugins support by [@&#8203;jvmlet](https://redirect.github.com/jvmlet) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056) - Add benchmarks project by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3050](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3050) - Fix NuGet badge by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3064](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3064) - SwaggerGen - Improved handling of dictionaries with enum key by [@&#8203;flarestudiopl](https://redirect.github.com/flarestudiopl) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068) - Fix typo by [@&#8203;tom-star119](https://redirect.github.com/tom-star119) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073) - Do not fill the RequestBody description with the first parameter of a… by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3076](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3076) #### New Contributors - [@&#8203;tofi92](https://redirect.github.com/tofi92) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030) - [@&#8203;mus65](https://redirect.github.com/mus65) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044) - [@&#8203;jvmlet](https://redirect.github.com/jvmlet) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056) - [@&#8203;flarestudiopl](https://redirect.github.com/flarestudiopl) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068) - [@&#8203;tom-star119](https://redirect.github.com/tom-star119) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0 ### [`v6.7.3`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.7.3) #### What's Changed - Fix nested types nullable context check by [@&#8203;VladimirTyrin](https://redirect.github.com/VladimirTyrin) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043) - Use NullabilityInfoContext to determine if member is nullable by [@&#8203;patrikwlund](https://redirect.github.com/patrikwlund) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3046](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3046) #### New Contributors - [@&#8203;VladimirTyrin](https://redirect.github.com/VladimirTyrin) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.2...v6.7.3 ### [`v6.7.2`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.7.2) #### What's Changed - Use NullabilityInfoContext to determine dictionary value nullability by [@&#8203;patrikwlund](https://redirect.github.com/patrikwlund) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3041](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3041) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.1...v6.7.2 ### [`v6.7.1`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.7.1) #### What's Changed - docs: Update README.md by [@&#8203;WeihanLi](https://redirect.github.com/WeihanLi) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3002](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3002) - Support `[DataMember]` `IsRequired` in `NewtonsoftDataContractResolver` by [@&#8203;ouvreboite](https://redirect.github.com/ouvreboite) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2644](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2644) - Add API analysers by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3003](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3003) - Update README by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3004](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3004) - docs: fix example code formatting by [@&#8203;WeihanLi](https://redirect.github.com/WeihanLi) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3010](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3010) - Fixes nullability problems with dictionaries by [@&#8203;ozziepeeps](https://redirect.github.com/ozziepeeps) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3023](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3023) - Fix handling of nullable structs by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3015](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3015) - Fix missing form parameter XML documentation by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3020](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3020) #### New Contributors - [@&#8203;ouvreboite](https://redirect.github.com/ouvreboite) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2644](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2644) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.0...v6.7.1 ### [`v6.7.0`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.7.0) #### What's Changed - Allow Swagger UI CSS and JS paths to be configurable by [@&#8203;mag1art](https://redirect.github.com/mag1art) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2908](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2908) - Add `IncludeXmlCommentsForAssembly()` convience overload by [@&#8203;leotsarev](https://redirect.github.com/leotsarev) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2909](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2909) - Add snapshot tests using Verify by [@&#8203;keahpeters](https://redirect.github.com/keahpeters) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2929](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2929) - Add posibility to ignore properties in `[FromForm]` with `[SwaggerIgnore]` by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2928](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2928) - Adding check for existing directory and creating if doesn't exist by [@&#8203;matt-lethargic](https://redirect.github.com/matt-lethargic) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2927](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2927) - Default null value on nullable types caused errors by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2941](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2941) - Add additional Verify tests by [@&#8203;keahpeters](https://redirect.github.com/keahpeters) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2950](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2950) - Only apply a SchemaFilter to create the description on SwaggerUI by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2943](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2943) - Add support for async filters by [@&#8203;mauve](https://redirect.github.com/mauve) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2938](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2938) - Fix package validation by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2926](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2926) - Adding support for .NET 8 Model State attributes by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2958](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2958) - Only set Exclusive Range when they are by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2960](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2960) - `[AsParameters]` throwing error on cast when showing the description with `EnableAnnotations()` by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2962](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2962) - Fix `RequestBodyFilterAnnotation` and `MultipleFromForm` for Minimal APIs by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2963](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2963) - Swagger UI refactoring by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2942](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2942) - Add help wanted badge by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2911](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2911) - Move inline css and js to external files for SwaggerUI and ReDoc by [@&#8203;junior-santana](https://redirect.github.com/junior-santana) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2965](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2965) - Missing properties section when generating `IFomFile`/`IFormFileCollection` by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2972](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2972) - Missing Encoding and RequiredProperties when `IFormFile` with OpenAPI by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2979](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2979) - Use `ApiParameter.Type` by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2980](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2980) - Document arrays of generic parameters with XML comments and support overload methods by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2982](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2982) - Take into account \[JsonRequired] for System.Text.Json by [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2988](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2988) - Configure non-nullable types as required by [@&#8203;AntiGuideAkquinet](https://redirect.github.com/AntiGuideAkquinet) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2803](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2803) - Use `HttpMethods.IsGet()` by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2971](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2971) #### New Contributors - [@&#8203;mag1art](https://redirect.github.com/mag1art) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2908](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2908) - [@&#8203;jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2928](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2928) - [@&#8203;matt-lethargic](https://redirect.github.com/matt-lethargic) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2927](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2927) - [@&#8203;mauve](https://redirect.github.com/mauve) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2938](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2938) - [@&#8203;junior-santana](https://redirect.github.com/junior-santana) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2965](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2965) - [@&#8203;AntiGuideAkquinet](https://redirect.github.com/AntiGuideAkquinet) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2803](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2803) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.2...v6.7.0 ### [`v6.6.2`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.6.2) #### What's Changed - Fix to make required and nullable properties nullable in schema by [@&#8203;keahpeters](https://redirect.github.com/keahpeters) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2879](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2879) - Update Swagger UI section in README by [@&#8203;cremor](https://redirect.github.com/cremor) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2883](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2883) - Add support for the `[Length]`attribute. by [@&#8203;satma0745](https://redirect.github.com/satma0745) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2882](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2882) - Existing output file should be deleted/overwritten by [@&#8203;patrikwlund](https://redirect.github.com/patrikwlund) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2886](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2886) - Fix libraries being handled as test projects by [@&#8203;patrikwlund](https://redirect.github.com/patrikwlund) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2898](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2898) - Avoid competing swagger generation during test build by [@&#8203;patrikwlund](https://redirect.github.com/patrikwlund) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2897](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2897) - Replace `<br />`, `<br/>`, and `<br>` in XML comments with `Environment.Newline` by [@&#8203;mburumaxwell](https://redirect.github.com/mburumaxwell) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2899](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2899) - Fix schema generation for [c#9](https://redirect.github.com/c/Swashbuckle.AspNetCore/issues/9) positional record with param tag without example property creating unexpected empty example by [@&#8203;stb-co](https://redirect.github.com/stb-co) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2901](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2901) - Fix serialization of `AdditionalItems` by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2890](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2890) - Disable parallel build by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2894](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2894) - Do not run `IHostedService` implementations by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2880](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2880) - Fix interceptor JSON casing by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2907](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2907) - Fix generation when `[DefaultValue]`'s type differs by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2895](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2895) #### New Contributors - [@&#8203;satma0745](https://redirect.github.com/satma0745) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2882](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2882) - [@&#8203;patrikwlund](https://redirect.github.com/patrikwlund) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2886](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2886) - [@&#8203;stb-co](https://redirect.github.com/stb-co) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2901](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2901) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.1...v6.6.2 ### [`v6.6.1`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.6.1) #### What's Changed - Modernise build and migrate to GitHub Actions for CI by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2775](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2775) - Update Redoc spelling in docs by [@&#8203;Quppa](https://redirect.github.com/Quppa) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2568](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2568) - C# 9 Record - Read example/summary from positional record by [@&#8203;pixellos](https://redirect.github.com/pixellos) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2546](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2546) - Grammatical correction of some comments by [@&#8203;mokarchi](https://redirect.github.com/mokarchi) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2768](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2768) - Update README.md for nested types custom schemaId support by [@&#8203;antmeehan](https://redirect.github.com/antmeehan) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2746](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2746) - Add support for `WithSummary` and `WithDescription` metadata by [@&#8203;hwoodiwiss](https://redirect.github.com/hwoodiwiss) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2414](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2414) - Update README.md - Fix `Add Security Definitions and Requirements for Bearer auth` URL by [@&#8203;Saibamen](https://redirect.github.com/Saibamen) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2705](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2705) - Replace <see href="link">text</see> with Markdown link format by [@&#8203;mburumaxwell](https://redirect.github.com/mburumaxwell) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2392](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2392) - Add support for required keyword by [@&#8203;keahpeters](https://redirect.github.com/keahpeters) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2810](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2810) - Resolves [#&#8203;2717](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2717) by [@&#8203;MerickOWA](https://redirect.github.com/MerickOWA) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2718](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2718) - Observe the route template constraints in the Swagger middleware by [@&#8203;0xced](https://redirect.github.com/0xced) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2418](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2418) - Added Swashbuckle.AspNetCore.Annotations.SwaggerIgnoreAttribute by [@&#8203;jcracknell](https://redirect.github.com/jcracknell) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2610](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2610) - Fix schema generation with allOf inheritance by [@&#8203;bkoelman](https://redirect.github.com/bkoelman) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2815](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2815) - avoid triple enumeration of formParameters by [@&#8203;SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2823](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2823) - reduce some linq allocation by [@&#8203;SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2819](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2819) - remove some duplicate dictionary lookups by [@&#8203;SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2822](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2822) - remove redundant any check in InferRequestContentTypes by [@&#8203;SimonCropp](https://redirect.github.com/SimonCropp) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2824](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2824) - Correctly respect interfaces in `GetInheritanceChain` by [@&#8203;angelaki](https://redirect.github.com/angelaki) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2826](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2826) - Generate Enum-Dictionary-Keys (analogous to Newtonsoft) by [@&#8203;angelaki](https://redirect.github.com/angelaki) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2825](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2825) - Fix build badge by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2782](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2782) - Fix preview package versions by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2783](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2783) - Handle Stream and PipeReader content types correctly by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2784](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2784) - Add NuGet package READMEs by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2808](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2808) - Bump redoc to 2.1.3 by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2807](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2807) - Sort system usings first by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2790](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2790) - Throw if unsupported HTTP method used by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2797](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2797) - Fix configuration properties not being copied by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2796](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2796) - Add security policy by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2785](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2785) - Bump Microsoft.OpenApi by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2795](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2795) - Update to Swagger UI v5 by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2806](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2806) - Add customized document serialization support by [@&#8203;remcolam](https://redirect.github.com/remcolam) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2677](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2677) - Added documentation for ISwaggerDocumentSerializer by [@&#8203;remcolam](https://redirect.github.com/remcolam) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2837](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2837) - Fix flaky tests by locking on the statup type by [@&#8203;remcolam](https://redirect.github.com/remcolam) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2838](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2838) - [#&#8203;2765](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2765) Allow Filter instance reuse by [@&#8203;remcolam](https://redirect.github.com/remcolam) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2839](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2839) - Throw an error when a user uses FromForm attribute with IFormFile in … by [@&#8203;nikunjbhargava](https://redirect.github.com/nikunjbhargava) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2840](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2840) - Filter illegal header fields by [@&#8203;keahpeters](https://redirect.github.com/keahpeters) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2842](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2842) - Fix handling of FileResult's with content types by [@&#8203;IGx89](https://redirect.github.com/IGx89) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2841](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2841) - Adding additional responses when 5XX errors are thrown. by [@&#8203;say25](https://redirect.github.com/say25) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2852](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2852) - Fix that XML comment examples do not show up if the type is string and the example contains quotation marks by [@&#8203;dldl-cmd](https://redirect.github.com/dldl-cmd) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2727](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2727) - Exclude unused Swagger-UI files by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2851](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2851) - Fix RequestBodyFilters not being deep copied by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2850](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2850) - Avoid GitHub step summary file write conflicts by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2848](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2848) - Extend built-in supported types by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2804](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2804) - Update compatibility table by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2856](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2856) - Add GitHub issue and PR templates by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2788](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2788) - Fix stale permissions by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2855](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2855) - Add .NET 8 support by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2799](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2799) - Release automation workflows by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2809](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2809) - Support native AoT with SwaggerUI by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2800](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2800) - Bump some NuGet packages by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2868](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2868) - Fix stale permissions by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2863](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2863) - Attestation by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2869](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2869) - Add descriptions for more HTTP status codes by [@&#8203;cremor](https://redirect.github.com/cremor) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2872](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2872) - Only attest packages by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2870](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2870) - Fix tag version by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2875](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2875) #### New Contributors - [@&#8203;mokarchi](https://redirect.github.com/mokarchi) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2768](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2768) - [@&#8203;hwoodiwiss](https://redirect.github.com/hwoodiwiss) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2414](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2414) - [@&#8203;Saibamen](https://redirect.github.com/Saibamen) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2705](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2705) - [@&#8203;keahpeters](https://redirect.github.com/keahpeters) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2810](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2810) - [@&#8203;MerickOWA](https://redirect.github.com/MerickOWA) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2718](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2718) - [@&#8203;0xced](https://redirect.github.com/0xced) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2418](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2418) - [@&#8203;jcracknell](https://redirect.github.com/jcracknell) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2610](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2610) - [@&#8203;bkoelman](https://redirect.github.com/bkoelman) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2815](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2815) - [@&#8203;angelaki](https://redirect.github.com/angelaki) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2826](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2826) - [@&#8203;remcolam](https://redirect.github.com/remcolam) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2677](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2677) - [@&#8203;nikunjbhargava](https://redirect.github.com/nikunjbhargava) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2840](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2840) - [@&#8203;IGx89](https://redirect.github.com/IGx89) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2841](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2841) - [@&#8203;dldl-cmd](https://redirect.github.com/dldl-cmd) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2727](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2727) - [@&#8203;cremor](https://redirect.github.com/cremor) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2872](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2872) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.5.0...v6.6.1 ### [`v6.5.0`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.5.0) [Changes since v6.4.0](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.4.0...v6.5.0) ### [`v6.4.0`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.4.0) [Changes since v6.3.0](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.3.0...v6.4.0) ### [`v6.3.1`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.3.1) [Changes since `v6.3.0`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.3.0...v6.3.1) ### [`v6.3.0`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.3.0) [Changes since `v6.2.3`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.2.3...v6.3.0) ### [`v6.2.3`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.2.3) [Changes since `v6.1.3`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.1.3...v6.2.3) ### [`v6.0.0`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.0.0) This release includes a number of small enhancements and bug fixes. See the following for a full list of issues addressed: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/milestone/16?closed=1 **Of note, these include:** - include discriminator metadata in base schema if *either* UseOneOfForPolymorphism OR UseAllOfForInheritance are enabled - remove fragile logic around X-Forwarded-\* headers in favor of MS's Forwarded Headers Middleware (\*see breaking changes) - beta (opt-in) support for non-nullable reference types - enhancements to SwaggerSchemaAttribute incl. use on Enum types & ability to set Nullable flag explicitly - wrap generator exceptions to surface contextual info for troubleshooting - support JSON object/array syntax in XML <example> tags - improved handling for enum default values to reflect serializer behavior more accurately - upgrade swagger-ui to 3.40.0 **Breaking Changes** - the *obsolete* settings `DescribeAllEnumsAsStrings` and `DescribeStringEnumsInCamelCase` are now fully removed - X-Forwarded-\* headers are no longer honored within SB code - use [MS's Forwarded Headers Middleware](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore#working-with-reverse-proxies-and-load-balancers) instead </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 4ac6722 commit e0daf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-cs-multi-container-app/App/App.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="5.0.0" />
99
<PackageReference Include="StackExchange.Redis" Version="2.8.24" />
10-
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
10+
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
1111
</ItemGroup>
1212

1313
</Project>

0 commit comments

Comments
 (0)