Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update dependency nunit.analyzers to v4.2.0 (#132)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [NUnit.Analyzers](https://togithub.com/nunit/nunit.analyzers) | `4.1.0` -> `4.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/NUnit.Analyzers/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/NUnit.Analyzers/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/NUnit.Analyzers/4.1.0/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/NUnit.Analyzers/4.1.0/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nunit/nunit.analyzers (NUnit.Analyzers)</summary> ### [`v4.2.0`](https://togithub.com/nunit/nunit.analyzers/releases/tag/4.2.0): NUnit Analyzers 4.2 - April 24, 2024 [Compare Source](https://togithub.com/nunit/nunit.analyzers/compare/4.1.0...4.2.0) NUnit Analyzers 4.2 - April 24, 2024 This release of the Analyzers extends NUnit2050 to also cover `Assume` and Nunit1032 to consider dispose of a type having explicit interface implementation. Furthermore, named parameters are now handled correctly codefixes for classical asserts, and NUnit2010 improves the logic for determining `Equals` methods. The release contains contributions from the following users (in alphabetical order): - [@​Bartleby2718](https://togithub.com/Bartleby2718) - [@​hazzik](https://togithub.com/hazzik) - [@​maettu-this](https://togithub.com/maettu-this) - [@​manfred-brands](https://togithub.com/manfred-brands) - [@​matode](https://togithub.com/matode) - [@​mikkelbu](https://togithub.com/mikkelbu) Issues Resolved Features and Enhancements - [#​731](https://togithub.com/nunit/nunit.analyzers/issues/731) Add test for wrapping conditional expression in parenthesis for NUnit2050 - [#​720](https://togithub.com/nunit/nunit.analyzers/issues/720) Replace UpdateStringFormatToFormattableString with String.Format - [#​719](https://togithub.com/nunit/nunit.analyzers/issues/719) NUnit2050 should cover Assume - [#​710](https://togithub.com/nunit/nunit.analyzers/issues/710) Nunit1032 - consider dispose of a type having explicit interface implementation Bugs - [#​728](https://togithub.com/nunit/nunit.analyzers/issues/728) NUnit2010 - do not consider Equals call if it doesn't override Object.Equals - [#​712](https://togithub.com/nunit/nunit.analyzers/issues/712) \[bug] Code fix for NUnit2005 does not correctly fix Assert.AreEqual if named parameters are used in unexpected order Tooling, Process, and Documentation - [#​733](https://togithub.com/nunit/nunit.analyzers/issues/733) Missing full stops added to NUnit2050 - [#​722](https://togithub.com/nunit/nunit.analyzers/issues/722) Use Markdown for CHANGES - [#​708](https://togithub.com/nunit/nunit.analyzers/issues/708) chore: bump-version </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cerbos/cerbos-sdk-net). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJib3RzIiwiY2hvcmUiLCJjaSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Oğuzhan Durgun <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information