Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump NUnit.Analyzers from 3.10.0 to 4.0.1 (#358)
Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 3.10.0 to 4.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nunit/nunit.analyzers/releases">NUnit.Analyzers's releases</a>.</em></p> <blockquote> <p>NUnit Analyzers 4.0.1 - February 1, 2024</p> <p>Small release that fixes a problem with the 4.0 release when combining <code>TestCaseSource</code> and <code>CancelAfter</code>.</p> <p>The release contains contributions from the following users (in alphabetical order):</p> <ul> <li><a href="https://github.com/manfred-brands"><code>@manfred-brands</code></a></li> <li><a href="https://github.com/mikkelbu"><code>@mikkelbu</code></a></li> <li><a href="https://github.com/richardissimo"><code>@richardissimo</code></a></li> </ul> <p>Issues Resolved</p> <p>Bugs</p> <ul> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/685">#685</a> error NUnit1029: The TestCaseSource provides '1' parameter(s), but the Test method expects '1' parameter(s)</li> </ul> <p>Tooling, Process, and Documentation</p> <ul> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/684">#684</a> chore: bump-version</li> </ul> <p>NUnit Analyzers 4.0 - January 27, 2024</p> <p>Version 4 of the NUnit analyzers drops the support for older releases of Visual Studio. I.e. releases of Visual Studio that are older than Visual Studio 2019 16.3. In addition, this release contains various bug fixes to existing analyzers, support of the <code>CancelAfterAttribute</code> that was introduced in NUnit 4, and extends the codefix for NUnit2007 to also work when <code>.Within</code> is used.</p> <p>The release contains contributions from the following users (in alphabetical order):</p> <ul> <li><a href="https://github.com/Abrynos"><code>@Abrynos</code></a></li> <li><a href="https://github.com/gfoidl"><code>@gfoidl</code></a></li> <li><a href="https://github.com/Laniusexcubitor"><code>@Laniusexcubitor</code></a></li> <li><a href="https://github.com/MaceWindu"><code>@MaceWindu</code></a></li> <li><a href="https://github.com/manfred-brands"><code>@manfred-brands</code></a></li> <li><a href="https://github.com/mikkelbu"><code>@mikkelbu</code></a></li> <li><a href="https://github.com/RenderMichael"><code>@RenderMichael</code></a></li> <li><a href="https://github.com/SeanKilleen"><code>@SeanKilleen</code></a></li> </ul> <p>Issues Resolved</p> <p>Features and Enhancements</p> <ul> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/669">#669</a> NUnit2007 does not provide codefix when .Within is used</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/609">#609</a> Drop support for VS before 2019</li> </ul> <p>Bugs</p> <ul> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/663">#663</a> NUnit1027 fired when CancellationToken and [CancelAfter] is given</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/659">#659</a> NUnit1032 throws an exception in a specific configuration</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/656">#656</a> NUnit1028 warns about overridden methods</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/635">#635</a> ArgumentException in DisposeFieldsAndPropertiesInTearDownAnalyzer</li> </ul> <p>Tooling, Process, and Documentation</p> <ul> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/676">#676</a> chore: markdownlint-cli2-config is removed use flag instead</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/668">#668</a> chore(deps): Bump StyleCop.Analyzers.Unstable from 1.2.0.507 to 1.2.0.556</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.txt">NUnit.Analyzers's changelog</a>.</em></p> <blockquote> <p>NUnit Analyzers 4.0.1 - February 1, 2024</p> <p>Small release that fixes a problem with the 4.0 release when combining <code>TestCaseSource</code> and <code>CancelAfter</code>.</p> <p>The release contains contributions from the following users (in alphabetical order):</p> <ul> <li>manfred-brands</li> <li>mikkelbu</li> <li>richardissimo</li> </ul> <p>Issues Resolved</p> <p>Bugs</p> <ul> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/685">#685</a> error NUnit1029: The TestCaseSource provides '1' parameter(s), but the Test method expects '1' parameter(s)</li> </ul> <p>Tooling, Process, and Documentation</p> <ul> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/684">#684</a> chore: bump-version</li> </ul> <p>NUnit Analyzers 4.0 - January 27, 2024</p> <p>Version 4 of the NUnit analyzers drops the support for older releases of Visual Studio. I.e. releases of Visual Studio that are older than Visual Studio 2019 16.3. In addition, this release contains various bug fixes to existing analyzers, support of the CancelAfterAttribute that was introduced in NUnit 4, and extends the codefix for NUnit2007 to also work when .Within is used.</p> <p>The release contains contributions from the following users (in alphabetical order):</p> <ul> <li>Abrynos</li> <li>gfoidl</li> <li>Laniusexcubitor</li> <li>MaceWindu</li> <li>manfred-brands</li> <li>mikkelbu</li> <li>RenderMichael</li> <li>SeanKilleen</li> </ul> <p>Issues Resolved</p> <p>Features and Enhancements</p> <ul> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/669">#669</a> NUnit2007 does not provide codefix when .Within is used</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/609">#609</a> Drop support for VS before 2019</li> </ul> <p>Bugs</p> <ul> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/663">#663</a> NUnit1027 fired when CancellationToken and [CancelAfter] is given</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/659">#659</a> NUnit1032 throws an exception in a specific configuration</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/656">#656</a> NUnit1028 warns about overridden methods</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/635">#635</a> ArgumentException in DisposeFieldsAndPropertiesInTearDownAnalyzer</li> </ul> <p>Tooling, Process, and Documentation</p> <ul> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/676">#676</a> chore: markdownlint-cli2-config is removed use flag instead</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nunit/nunit.analyzers/commit/0c140479f4db248b779471ec77b42617aa0ea54f"><code>0c14047</code></a> Merge pull request <a href="https://redirect.github.com/nunit/nunit.analyzers/issues/687">#687</a> from nunit/release4.0.1</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/273e7e7aebd43da358b84d3d9cebb0e6645816e8"><code>273e7e7</code></a> chore: Update release notes</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/16f640e79212a391721f83629a0bbd76d72a23a2"><code>16f640e</code></a> Merge pull request <a href="https://redirect.github.com/nunit/nunit.analyzers/issues/686">#686</a> from manfred-brands/issue685_TestCaseSource</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/09b905c49da0e090e98102db9cdea913f7f38349"><code>09b905c</code></a> Fix case where TestCaseSource and no CancellationToken parameter</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/9330fc476d6c456adcfe587572b5083eff412fca"><code>9330fc4</code></a> Merge pull request <a href="https://redirect.github.com/nunit/nunit.analyzers/issues/684">#684</a> from nunit/chore/bump-version</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/bdd4a72e86de95a82405239b9c18bdd6ff1cd508"><code>bdd4a72</code></a> chore: bump-version</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/bb132f0431ecd65061083df1cc1636fde34c502c"><code>bb132f0</code></a> Merge pull request <a href="https://redirect.github.com/nunit/nunit.analyzers/issues/682">#682</a> from nunit/release4.0</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/7056b7fcda0937ee46a14d3c307e6863cae1a23e"><code>7056b7f</code></a> chore: Update release notes</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/87e452fc929a01885cdbf653360fdc836c3377b5"><code>87e452f</code></a> Merge pull request <a href="https://redirect.github.com/nunit/nunit.analyzers/issues/680">#680</a> from nunit/chore/keep-version-information</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/c060984f1d264e61100f0080df40e4c8fb7d04a6"><code>c060984</code></a> chore: Keep version in resulting dll</li> <li>Additional commits viewable in <a href="https://github.com/nunit/nunit.analyzers/compare/3.10.0...4.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NUnit.Analyzers&package-manager=nuget&previous-version=3.10.0&new-version=4.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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) </details>
- Loading branch information