Merged
Conversation
--- updated-dependencies: - dependency-name: NUnit.Analyzers dependency-version: 4.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Review by RecurseML
🔍 Review performed on 834228a..0f5b277
✨ No bugs found, your code is sparkling clean
✅ Files analyzed, no issues (1)
• Test.LibArchive.Net/Test.LibArchive.Net.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Updated NUnit.Analyzers from 4.11.2 to 4.12.0.
Release notes
Sourced from NUnit.Analyzers's releases.
4.12.0
NUnit Analyzers 4.12 - March 3, 2026
This release of the NUnit Analyzers improves
NUnit1029to account forTestCaseSourcesupport for params and optional arguments. It also introduces a new analyzer for incorrect
usage of
Is.Not.Null.Or.Empty, fixes regressions inNUnit2005andNUnit2055, and updatesNUnit package dependencies.
The release contains contributions from the following users (in alphabetical order):
Issues Resolved
Features and Enhancements
Is.Not.Null.Or.EmptyusedBugs
NUnit2055can generate invalid code for classic assertsNUnit2005tries to useIs.Emptyconstraint on incompatible types.Tooling, Process, and Documentation
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)High-level PR Summary
This PR updates the NUnit.Analyzers package dependency from version 4.11.2 to 4.12.0 in the test project. The new version includes improvements to analyzer
NUnit1029for TestCaseSource with params arguments, a new analyzer for incorrect usage ofIs.Not.Null.Or.Empty, and bug fixes for code generation issues in analyzersNUnit2055andNUnit2005.⏱️ Estimated Review Time: 5-15 minutes
💡 Review Order Suggestion
Test.LibArchive.Net/Test.LibArchive.Net.csprojSummary by cubic
Upgrade
NUnit.Analyzersfrom 4.11.2 to 4.12.0 to improve analyzer accuracy and fix issues.Adds a warning for incorrect
Is.Not.Null.Or.Emptyusage, relaxesNUnit1029forTestCaseSourcewith params/optional args, and fixesNUnit2005/NUnit2055code fix bugs.Written for commit 0f5b277. Summary will update on new commits.