Skip to content

chore(deps): update dependency nunit.analyzers to 4.12.0 - #5102

Merged
thomhurst merged 1 commit into
mainfrom
renovate/nunit
Mar 7, 2026
Merged

chore(deps): update dependency nunit.analyzers to 4.12.0#5102
thomhurst merged 1 commit into
mainfrom
renovate/nunit

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

This PR contains the following updates:

PackageTypeUpdateChange
NUnit.Analyzersnugetminor4.11.24.12.0

Release Notes

nunit/nunit.analyzers (NUnit.Analyzers)

v4.12.0: NUnit Analyzers 4.12 - March 3, 2026

Compare Source

NUnit Analyzers 4.12 - March 3, 2026

This release of the NUnit Analyzers improves NUnit1029 to account for TestCaseSource
support for params and optional arguments. It also introduces a new analyzer for incorrect
usage of Is.Not.Null.Or.Empty, fixes regressions in NUnit2005 and NUnit2055, and updates
NUnit package dependencies.

The release contains contributions from the following users (in alphabetical order):

Issues Resolved

Features and Enhancements

  • #​957 Relax NUnit1029 for TestCaseSource where method accepts a single "params" array
  • #​189 Warning when Is.Not.Null.Or.Empty used

Bugs

  • #​953 Code fix for NUnit2055 can generate invalid code for classic asserts
  • #​952 Code fix for NUnit2005 tries to use Is.Empty constraint on incompatible types.

Tooling, Process, and Documentation

  • #​973 chore: Bump NUnit version
  • #​970 chore: Bump NUnit to version 4.5.0
  • #​967 Fix note about works with Unity Test Framework
  • #​937 chore: bump version

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@thomhurstthomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Mar 7, 2026
@thomhurst
thomhurst enabled auto-merge (squash) March 7, 2026 16:46

@claudeclaudeBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review: chore(deps): update dependency NUnit.Analyzers to 4.12.0

This is a Renovate Bot dependency update — a single-line version bump in Directory.Packages.props.

Change Summary

FileChange
Directory.Packages.propsNUnit.Analyzers4.11.24.12.0

Assessment

No concerns. This is a straightforward minor version bump with no breaking changes. The 4.12.0 release notes indicate:

  • Improvements:NUnit1029 now better handles TestCaseSource with params/optional args; new analyzer for incorrect Is.Not.Null.Or.Empty usage.
  • Bug fixes: Regressions in NUnit2005 and NUnit2055 code fixes are resolved.
  • No breaking changes expected from a minor bump in an analyzer package.

Since NUnit.Analyzers is a development-time static analysis tool (not a runtime dependency), this carries essentially zero risk to TUnit's runtime behavior or AOT compatibility. The bug fixes in code-fix actions and improved NUnit1029 coverage are net positives for any projects using NUnit in this repo's test infrastructure.

✅ Safe to merge.

@claudeclaudeBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review: chore(deps): update dependency NUnit.Analyzers to 4.12.0

This is a Renovate Bot dependency update — a single-line version bump in Directory.Packages.props.

Change Summary

FileChange
Directory.Packages.propsNUnit.Analyzers4.11.24.12.0

Assessment

No concerns. This is a straightforward minor version bump with no breaking changes. The 4.12.0 release notes indicate:

  • Improvements:NUnit1029 now better handles TestCaseSource with params/optional args; new analyzer for incorrect Is.Not.Null.Or.Empty usage.
  • Bug fixes: Regressions in NUnit2005 and NUnit2055 code fixes are resolved.
  • No breaking changes expected from a minor bump in an analyzer package.

Since NUnit.Analyzers is a development-time static analysis tool (not a runtime dependency), this carries essentially zero risk to TUnit's runtime behavior or AOT compatibility. The bug fixes in code-fix actions and improved NUnit1029 coverage are net positives for any projects using NUnit in this repo's test infrastructure.

✅ Safe to merge.

@thomhurst
thomhurst merged commit 4e5b663 into mainMar 7, 2026
16 checks passed
@thomhurst
thomhurst deleted the renovate/nunit branch March 7, 2026 17:12
BenjaminMichaelis pushed a commit to IntelliTect/EssentialCSharp.Web that referenced this pull request Apr 25, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.18.37 to
1.19.16.
<details>
<summary>Release notes</summary>
_Sourced from [TUnit's
releases](https://github.com/thomhurst/TUnit/releases)._
## 1.19.16
<!-- Release notes generated using configuration in .github/release.yml
at v1.19.16 -->
## What's Changed
### Other Changes
* Truncate exceptions in GitHub summary tables by @​thomhurst in
thomhurst/TUnit#5108
### Dependencies
* chore(deps): update tunit to 1.19.11 by @​thomhurst in
thomhurst/TUnit#5106
* chore(deps): bump dompurify from 3.3.0 to 3.3.2 in /docs by
@​dependabot[bot] in thomhurst/TUnit#5096
* chore(deps): bump svgo from 3.2.0 to 3.3.3 in /docs by
@​dependabot[bot] in thomhurst/TUnit#5086
**Full Changelog**:
thomhurst/TUnit@v1.19.11...v1.19.16
## 1.19.11
<!-- Release notes generated using configuration in .github/release.yml
at v1.19.11 -->
## What's Changed
### Other Changes
* Fix HTML report sort to also reorder groups by @​thomhurst in
thomhurst/TUnit#5103
* fix: correct expand-all icon SVG in HTML report by @​slang25 in
thomhurst/TUnit#5105
* Avoid some redundant list allocations by @​SimonCropp in
thomhurst/TUnit#4963
* avoid some redundant enumerable alloc by @​SimonCropp in
thomhurst/TUnit#4972
* use char instead of string for joins by @​SimonCropp in
thomhurst/TUnit#4989
### Dependencies
* chore(deps): update dependency nunit to 4.5.1 by @​thomhurst in
thomhurst/TUnit#5097
* chore(deps): update tunit to 1.19.0 by @​thomhurst in
thomhurst/TUnit#5099
* chore(deps): update dependency humanizer to 3.0.10 by @​thomhurst in
thomhurst/TUnit#5101
* chore(deps): update dependency nunit.analyzers to 4.12.0 by
@​thomhurst in thomhurst/TUnit#5102
**Full Changelog**:
thomhurst/TUnit@v1.19.0...v1.19.11
## 1.19.0
<!-- Release notes generated using configuration in .github/release.yml
at v1.19.0 -->
## What's Changed
### Other Changes
* fix: improve CreateTestVariant API and fix void/ValueTask return types
by @​thomhurst in thomhurst/TUnit#5095
### Dependencies
* chore(deps): update tunit to 1.18.37 by @​thomhurst in
thomhurst/TUnit#5094
**Full Changelog**:
thomhurst/TUnit@v1.18.37...v1.19.0
Commits viewable in [compare
view](thomhurst/TUnit@v1.18.37...v1.19.16).
</details>
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit&package-manager=nuget&previous-version=1.18.37&new-version=1.19.16)](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 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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency fileMINORrenovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@thomhurst@renovate-bot