Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the swashbuckle group across 1 directory with 3 updates (#213)
Bumps the swashbuckle group with 3 updates in the /src/backend directory: [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore), [Swashbuckle.AspNetCore.ReDoc](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) and [swashbuckle.aspnetcore.cli](https://github.com/domaindrivendev/Swashbuckle.AspNetCore). Updates `Swashbuckle.AspNetCore` from 6.6.2 to 6.7.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases">Swashbuckle.AspNetCore's releases</a>.</em></p> <blockquote> <h2>v6.7.3</h2> <h2>What's Changed</h2> <ul> <li>Fix nested types nullable context check by <a href="https://github.com/VladimirTyrin"><code>@VladimirTyrin</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043">domaindrivendev/Swashbuckle.AspNetCore#3043</a></li> <li>Use NullabilityInfoContext to determine if member is nullable by <a href="https://github.com/patrikwlund"><code>@patrikwlund</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3046">domaindrivendev/Swashbuckle.AspNetCore#3046</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/VladimirTyrin"><code>@VladimirTyrin</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043">domaindrivendev/Swashbuckle.AspNetCore#3043</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.2...v6.7.3">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.2...v6.7.3</a></p> <h2>v6.7.2</h2> <h2>What's Changed</h2> <ul> <li>Use NullabilityInfoContext to determine dictionary value nullability by <a href="https://github.com/patrikwlund"><code>@patrikwlund</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3041">domaindrivendev/Swashbuckle.AspNetCore#3041</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.1...v6.7.2">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.1...v6.7.2</a></p> <h2>v6.7.1</h2> <h2>What's Changed</h2> <ul> <li>docs: Update README.md by <a href="https://github.com/WeihanLi"><code>@WeihanLi</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3002">domaindrivendev/Swashbuckle.AspNetCore#3002</a></li> <li>Support <code>[DataMember]</code> <code>IsRequired</code> in <code>NewtonsoftDataContractResolver</code> by <a href="https://github.com/ouvreboite"><code>@ouvreboite</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2644">domaindrivendev/Swashbuckle.AspNetCore#2644</a></li> <li>Add API analysers by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3003">domaindrivendev/Swashbuckle.AspNetCore#3003</a></li> <li>Update README by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3004">domaindrivendev/Swashbuckle.AspNetCore#3004</a></li> <li>docs: fix example code formatting by <a href="https://github.com/WeihanLi"><code>@WeihanLi</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3010">domaindrivendev/Swashbuckle.AspNetCore#3010</a></li> <li>Fixes nullability problems with dictionaries by <a href="https://github.com/ozziepeeps"><code>@ozziepeeps</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3023">domaindrivendev/Swashbuckle.AspNetCore#3023</a></li> <li>Fix handling of nullable structs by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3015">domaindrivendev/Swashbuckle.AspNetCore#3015</a></li> <li>Fix missing form parameter XML documentation by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3020">domaindrivendev/Swashbuckle.AspNetCore#3020</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ouvreboite"><code>@ouvreboite</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2644">domaindrivendev/Swashbuckle.AspNetCore#2644</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.0...v6.7.1">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.0...v6.7.1</a></p> <h2>v6.7.0</h2> <h2>What's Changed</h2> <ul> <li>Allow Swagger UI CSS and JS paths to be configurable by <a href="https://github.com/mag1art"><code>@mag1art</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2908">domaindrivendev/Swashbuckle.AspNetCore#2908</a></li> <li>Add <code>IncludeXmlCommentsForAssembly()</code> convience overload by <a href="https://github.com/leotsarev"><code>@leotsarev</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2909">domaindrivendev/Swashbuckle.AspNetCore#2909</a></li> <li>Add snapshot tests using Verify by <a href="https://github.com/keahpeters"><code>@keahpeters</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2929">domaindrivendev/Swashbuckle.AspNetCore#2929</a></li> <li>Add posibility to ignore properties in <code>[FromForm]</code> with <code>[SwaggerIgnore]</code> by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2928">domaindrivendev/Swashbuckle.AspNetCore#2928</a></li> <li>Adding check for existing directory and creating if doesn't exist by <a href="https://github.com/matt-lethargic"><code>@matt-lethargic</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2927">domaindrivendev/Swashbuckle.AspNetCore#2927</a></li> <li>Default null value on nullable types caused errors by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2941">domaindrivendev/Swashbuckle.AspNetCore#2941</a></li> <li>Add additional Verify tests by <a href="https://github.com/keahpeters"><code>@keahpeters</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2950">domaindrivendev/Swashbuckle.AspNetCore#2950</a></li> <li>Only apply a SchemaFilter to create the description on SwaggerUI by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2943">domaindrivendev/Swashbuckle.AspNetCore#2943</a></li> <li>Add support for async filters by <a href="https://github.com/mauve"><code>@mauve</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2938">domaindrivendev/Swashbuckle.AspNetCore#2938</a></li> <li>Fix package validation by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2926">domaindrivendev/Swashbuckle.AspNetCore#2926</a></li> <li>Adding support for .NET 8 Model State attributes by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2958">domaindrivendev/Swashbuckle.AspNetCore#2958</a></li> <li>Only set Exclusive Range when they are by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2960">domaindrivendev/Swashbuckle.AspNetCore#2960</a></li> <li><code>[AsParameters]</code> throwing error on cast when showing the description with <code>EnableAnnotations()</code> by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2962">domaindrivendev/Swashbuckle.AspNetCore#2962</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/604133c0ff4f59ec34777e63a6d4e650de9c739f"><code>604133c</code></a> Use NullabilityInfoContext to determine if member is nullable (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3046">#3046</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/f91f560827cda5b4d398cfed5813606047c96566"><code>f91f560</code></a> Fix nested types nullable context check (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3043">#3043</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/16e2a94745d9263f521415a121c872a13476fef6"><code>16e2a94</code></a> Bump version (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3042">#3042</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/31ad99fe034dc3e47f3cd4876e0154ce01abefc0"><code>31ad99f</code></a> Use NullabilityInfoContext to determine dictionary nullability (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3041">#3041</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/7a7230dd54be847ac82982010e00497d9fe5f2cf"><code>7a7230d</code></a> Update .NET SDK (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3036">#3036</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/515e1d20ec097a080ac0af01892ff47f7c5fbdc7"><code>515e1d2</code></a> Bump github/codeql-action from 3.26.1 to 3.26.3 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3035">#3035</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/28128ebb4e6d809686036d1e4e45b6cd08e5d6ba"><code>28128eb</code></a> Bump version (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3031">#3031</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/f4ca2cda8b4844091d4cba1b91178d73b4b8afa0"><code>f4ca2cd</code></a> Fix missing form parameter XML documentation</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/1be504093b3886ec457965d05e15ddec45098067"><code>1be5040</code></a> Bump NuGet packages</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/07d48a55d4cfac24d5ef48b272e5b2692b1279d8"><code>07d48a5</code></a> Fix schemas for nullable properties</li> <li>Additional commits viewable in <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.2...v6.7.3">compare view</a></li> </ul> </details> <br /> Updates `Swashbuckle.AspNetCore.ReDoc` from 6.6.2 to 6.7.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases">Swashbuckle.AspNetCore.ReDoc's releases</a>.</em></p> <blockquote> <h2>v6.7.3</h2> <h2>What's Changed</h2> <ul> <li>Fix nested types nullable context check by <a href="https://github.com/VladimirTyrin"><code>@VladimirTyrin</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043">domaindrivendev/Swashbuckle.AspNetCore#3043</a></li> <li>Use NullabilityInfoContext to determine if member is nullable by <a href="https://github.com/patrikwlund"><code>@patrikwlund</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3046">domaindrivendev/Swashbuckle.AspNetCore#3046</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/VladimirTyrin"><code>@VladimirTyrin</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043">domaindrivendev/Swashbuckle.AspNetCore#3043</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.2...v6.7.3">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.2...v6.7.3</a></p> <h2>v6.7.2</h2> <h2>What's Changed</h2> <ul> <li>Use NullabilityInfoContext to determine dictionary value nullability by <a href="https://github.com/patrikwlund"><code>@patrikwlund</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3041">domaindrivendev/Swashbuckle.AspNetCore#3041</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.1...v6.7.2">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.1...v6.7.2</a></p> <h2>v6.7.1</h2> <h2>What's Changed</h2> <ul> <li>docs: Update README.md by <a href="https://github.com/WeihanLi"><code>@WeihanLi</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3002">domaindrivendev/Swashbuckle.AspNetCore#3002</a></li> <li>Support <code>[DataMember]</code> <code>IsRequired</code> in <code>NewtonsoftDataContractResolver</code> by <a href="https://github.com/ouvreboite"><code>@ouvreboite</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2644">domaindrivendev/Swashbuckle.AspNetCore#2644</a></li> <li>Add API analysers by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3003">domaindrivendev/Swashbuckle.AspNetCore#3003</a></li> <li>Update README by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3004">domaindrivendev/Swashbuckle.AspNetCore#3004</a></li> <li>docs: fix example code formatting by <a href="https://github.com/WeihanLi"><code>@WeihanLi</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3010">domaindrivendev/Swashbuckle.AspNetCore#3010</a></li> <li>Fixes nullability problems with dictionaries by <a href="https://github.com/ozziepeeps"><code>@ozziepeeps</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3023">domaindrivendev/Swashbuckle.AspNetCore#3023</a></li> <li>Fix handling of nullable structs by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3015">domaindrivendev/Swashbuckle.AspNetCore#3015</a></li> <li>Fix missing form parameter XML documentation by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3020">domaindrivendev/Swashbuckle.AspNetCore#3020</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ouvreboite"><code>@ouvreboite</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2644">domaindrivendev/Swashbuckle.AspNetCore#2644</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.0...v6.7.1">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.0...v6.7.1</a></p> <h2>v6.7.0</h2> <h2>What's Changed</h2> <ul> <li>Allow Swagger UI CSS and JS paths to be configurable by <a href="https://github.com/mag1art"><code>@mag1art</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2908">domaindrivendev/Swashbuckle.AspNetCore#2908</a></li> <li>Add <code>IncludeXmlCommentsForAssembly()</code> convience overload by <a href="https://github.com/leotsarev"><code>@leotsarev</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2909">domaindrivendev/Swashbuckle.AspNetCore#2909</a></li> <li>Add snapshot tests using Verify by <a href="https://github.com/keahpeters"><code>@keahpeters</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2929">domaindrivendev/Swashbuckle.AspNetCore#2929</a></li> <li>Add posibility to ignore properties in <code>[FromForm]</code> with <code>[SwaggerIgnore]</code> by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2928">domaindrivendev/Swashbuckle.AspNetCore#2928</a></li> <li>Adding check for existing directory and creating if doesn't exist by <a href="https://github.com/matt-lethargic"><code>@matt-lethargic</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2927">domaindrivendev/Swashbuckle.AspNetCore#2927</a></li> <li>Default null value on nullable types caused errors by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2941">domaindrivendev/Swashbuckle.AspNetCore#2941</a></li> <li>Add additional Verify tests by <a href="https://github.com/keahpeters"><code>@keahpeters</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2950">domaindrivendev/Swashbuckle.AspNetCore#2950</a></li> <li>Only apply a SchemaFilter to create the description on SwaggerUI by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2943">domaindrivendev/Swashbuckle.AspNetCore#2943</a></li> <li>Add support for async filters by <a href="https://github.com/mauve"><code>@mauve</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2938">domaindrivendev/Swashbuckle.AspNetCore#2938</a></li> <li>Fix package validation by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2926">domaindrivendev/Swashbuckle.AspNetCore#2926</a></li> <li>Adding support for .NET 8 Model State attributes by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2958">domaindrivendev/Swashbuckle.AspNetCore#2958</a></li> <li>Only set Exclusive Range when they are by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2960">domaindrivendev/Swashbuckle.AspNetCore#2960</a></li> <li><code>[AsParameters]</code> throwing error on cast when showing the description with <code>EnableAnnotations()</code> by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2962">domaindrivendev/Swashbuckle.AspNetCore#2962</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/604133c0ff4f59ec34777e63a6d4e650de9c739f"><code>604133c</code></a> Use NullabilityInfoContext to determine if member is nullable (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3046">#3046</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/f91f560827cda5b4d398cfed5813606047c96566"><code>f91f560</code></a> Fix nested types nullable context check (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3043">#3043</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/16e2a94745d9263f521415a121c872a13476fef6"><code>16e2a94</code></a> Bump version (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3042">#3042</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/31ad99fe034dc3e47f3cd4876e0154ce01abefc0"><code>31ad99f</code></a> Use NullabilityInfoContext to determine dictionary nullability (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3041">#3041</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/7a7230dd54be847ac82982010e00497d9fe5f2cf"><code>7a7230d</code></a> Update .NET SDK (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3036">#3036</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/515e1d20ec097a080ac0af01892ff47f7c5fbdc7"><code>515e1d2</code></a> Bump github/codeql-action from 3.26.1 to 3.26.3 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3035">#3035</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/28128ebb4e6d809686036d1e4e45b6cd08e5d6ba"><code>28128eb</code></a> Bump version (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3031">#3031</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/f4ca2cda8b4844091d4cba1b91178d73b4b8afa0"><code>f4ca2cd</code></a> Fix missing form parameter XML documentation</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/1be504093b3886ec457965d05e15ddec45098067"><code>1be5040</code></a> Bump NuGet packages</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/07d48a55d4cfac24d5ef48b272e5b2692b1279d8"><code>07d48a5</code></a> Fix schemas for nullable properties</li> <li>Additional commits viewable in <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.2...v6.7.3">compare view</a></li> </ul> </details> <br /> Updates `swashbuckle.aspnetcore.cli` from 6.6.2 to 6.7.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases">swashbuckle.aspnetcore.cli's releases</a>.</em></p> <blockquote> <h2>v6.7.3</h2> <h2>What's Changed</h2> <ul> <li>Fix nested types nullable context check by <a href="https://github.com/VladimirTyrin"><code>@VladimirTyrin</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043">domaindrivendev/Swashbuckle.AspNetCore#3043</a></li> <li>Use NullabilityInfoContext to determine if member is nullable by <a href="https://github.com/patrikwlund"><code>@patrikwlund</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3046">domaindrivendev/Swashbuckle.AspNetCore#3046</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/VladimirTyrin"><code>@VladimirTyrin</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3043">domaindrivendev/Swashbuckle.AspNetCore#3043</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.2...v6.7.3">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.2...v6.7.3</a></p> <h2>v6.7.2</h2> <h2>What's Changed</h2> <ul> <li>Use NullabilityInfoContext to determine dictionary value nullability by <a href="https://github.com/patrikwlund"><code>@patrikwlund</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3041">domaindrivendev/Swashbuckle.AspNetCore#3041</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.1...v6.7.2">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.1...v6.7.2</a></p> <h2>v6.7.1</h2> <h2>What's Changed</h2> <ul> <li>docs: Update README.md by <a href="https://github.com/WeihanLi"><code>@WeihanLi</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3002">domaindrivendev/Swashbuckle.AspNetCore#3002</a></li> <li>Support <code>[DataMember]</code> <code>IsRequired</code> in <code>NewtonsoftDataContractResolver</code> by <a href="https://github.com/ouvreboite"><code>@ouvreboite</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2644">domaindrivendev/Swashbuckle.AspNetCore#2644</a></li> <li>Add API analysers by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3003">domaindrivendev/Swashbuckle.AspNetCore#3003</a></li> <li>Update README by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3004">domaindrivendev/Swashbuckle.AspNetCore#3004</a></li> <li>docs: fix example code formatting by <a href="https://github.com/WeihanLi"><code>@WeihanLi</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3010">domaindrivendev/Swashbuckle.AspNetCore#3010</a></li> <li>Fixes nullability problems with dictionaries by <a href="https://github.com/ozziepeeps"><code>@ozziepeeps</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3023">domaindrivendev/Swashbuckle.AspNetCore#3023</a></li> <li>Fix handling of nullable structs by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3015">domaindrivendev/Swashbuckle.AspNetCore#3015</a></li> <li>Fix missing form parameter XML documentation by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3020">domaindrivendev/Swashbuckle.AspNetCore#3020</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ouvreboite"><code>@ouvreboite</code></a> made their first contribution in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2644">domaindrivendev/Swashbuckle.AspNetCore#2644</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.0...v6.7.1">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.0...v6.7.1</a></p> <h2>v6.7.0</h2> <h2>What's Changed</h2> <ul> <li>Allow Swagger UI CSS and JS paths to be configurable by <a href="https://github.com/mag1art"><code>@mag1art</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2908">domaindrivendev/Swashbuckle.AspNetCore#2908</a></li> <li>Add <code>IncludeXmlCommentsForAssembly()</code> convience overload by <a href="https://github.com/leotsarev"><code>@leotsarev</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2909">domaindrivendev/Swashbuckle.AspNetCore#2909</a></li> <li>Add snapshot tests using Verify by <a href="https://github.com/keahpeters"><code>@keahpeters</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2929">domaindrivendev/Swashbuckle.AspNetCore#2929</a></li> <li>Add posibility to ignore properties in <code>[FromForm]</code> with <code>[SwaggerIgnore]</code> by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2928">domaindrivendev/Swashbuckle.AspNetCore#2928</a></li> <li>Adding check for existing directory and creating if doesn't exist by <a href="https://github.com/matt-lethargic"><code>@matt-lethargic</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2927">domaindrivendev/Swashbuckle.AspNetCore#2927</a></li> <li>Default null value on nullable types caused errors by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2941">domaindrivendev/Swashbuckle.AspNetCore#2941</a></li> <li>Add additional Verify tests by <a href="https://github.com/keahpeters"><code>@keahpeters</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2950">domaindrivendev/Swashbuckle.AspNetCore#2950</a></li> <li>Only apply a SchemaFilter to create the description on SwaggerUI by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2943">domaindrivendev/Swashbuckle.AspNetCore#2943</a></li> <li>Add support for async filters by <a href="https://github.com/mauve"><code>@mauve</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2938">domaindrivendev/Swashbuckle.AspNetCore#2938</a></li> <li>Fix package validation by <a href="https://github.com/martincostello"><code>@martincostello</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2926">domaindrivendev/Swashbuckle.AspNetCore#2926</a></li> <li>Adding support for .NET 8 Model State attributes by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2958">domaindrivendev/Swashbuckle.AspNetCore#2958</a></li> <li>Only set Exclusive Range when they are by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2960">domaindrivendev/Swashbuckle.AspNetCore#2960</a></li> <li><code>[AsParameters]</code> throwing error on cast when showing the description with <code>EnableAnnotations()</code> by <a href="https://github.com/jgarciadelanoceda"><code>@jgarciadelanoceda</code></a> in <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2962">domaindrivendev/Swashbuckle.AspNetCore#2962</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/604133c0ff4f59ec34777e63a6d4e650de9c739f"><code>604133c</code></a> Use NullabilityInfoContext to determine if member is nullable (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3046">#3046</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/f91f560827cda5b4d398cfed5813606047c96566"><code>f91f560</code></a> Fix nested types nullable context check (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3043">#3043</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/16e2a94745d9263f521415a121c872a13476fef6"><code>16e2a94</code></a> Bump version (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3042">#3042</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/31ad99fe034dc3e47f3cd4876e0154ce01abefc0"><code>31ad99f</code></a> Use NullabilityInfoContext to determine dictionary nullability (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3041">#3041</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/7a7230dd54be847ac82982010e00497d9fe5f2cf"><code>7a7230d</code></a> Update .NET SDK (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3036">#3036</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/515e1d20ec097a080ac0af01892ff47f7c5fbdc7"><code>515e1d2</code></a> Bump github/codeql-action from 3.26.1 to 3.26.3 (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3035">#3035</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/28128ebb4e6d809686036d1e4e45b6cd08e5d6ba"><code>28128eb</code></a> Bump version (<a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3031">#3031</a>)</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/f4ca2cda8b4844091d4cba1b91178d73b4b8afa0"><code>f4ca2cd</code></a> Fix missing form parameter XML documentation</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/1be504093b3886ec457965d05e15ddec45098067"><code>1be5040</code></a> Bump NuGet packages</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/07d48a55d4cfac24d5ef48b272e5b2692b1279d8"><code>07d48a5</code></a> Fix schemas for nullable properties</li> <li>Additional commits viewable in <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.6.2...v6.7.3">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
- Loading branch information