Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2025

This PR contains the following updates:

Package Change Age Confidence
NUnit.Analyzers 4.10.0 -> 4.11.0 age confidence

Release Notes

nunit/nunit.analyzers (NUnit.Analyzers)

v4.11.0: NUnit Analyzers 4.11 - October 28, 2025

Compare Source

NUnit Analyzers 4.11 - October 28, 2025

This release of the NUnit Analyzers includes improvements and fixes related to IDisposable handling and initialization
in SetUp and OneTimeSetUp methods. It also introduces the ability to configure additional methods that should be
treated as SetUp and TearDown methods by the analyzers. This can be done in the .editorconfig, and there are four
configurations for this:

  • dotnet_diagnostic.NUnit.additional_setup_methods
  • dotnet_diagnostic.NUnit.additional_teardown_methods
  • dotnet_diagnostic.NUnit.additional_one_time_setup_methods
  • dotnet_diagnostic.NUnit.additional_one_time_teardown_methods

Each configuration accepts a list of method names, separated by commas, semicolons, or spaces. For example:

dotnet_diagnostic.NUnit.additional_setup_methods = CustomSetup, MyInit

As in recent releases, a major part of this work was contributed by @​manfred-brands.

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

Issues Resolved

Features and Enhancements

  • #​921 NUnit1032 - disposals in overridden methods not detected
  • #​919 NUnit1032/NUnit3002 - local functions not analyzed
  • #​918 NUnit2045 - false positive for inline usings
  • #​911 NUnit3002 doesn't recognize the using statement.
  • #​910 using declarations not recognized by NUnit2045

Bugs

  • #​922 NUnit1001 - false positive for arguments with generic parameters
  • #​914 Wrong position of NUnit1001 diagnostic for TestCase with four parameters or more

Tooling, Process, and Documentation

  • #​926 chore: Bump NUnit3TestAdapter
  • #​908 chore: bump version
  • #​885 Bump to NUnit version 4.4 when this is released

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@sonarqubecloud
Copy link

@github-actions
Copy link

Test Results

   22 files  ±0     22 suites  ±0   11s ⏱️ ±0s
1 139 tests ±0  1 138 ✅ ±0    1 💤 ±0  0 ❌ ±0 
7 610 runs  ±0  7 048 ✅ ±0  562 💤 ±0  0 ❌ ±0 

Results for commit 92d5dd8. ± Comparison against base commit 0608796.

@mergify mergify bot merged commit 771aac5 into main Oct 28, 2025
11 checks passed
@mergify mergify bot deleted the renovate/nunit.analyzers-4.x branch October 28, 2025 23:17
@github-actions
Copy link

This is addressed in release v22.1.0.

@github-actions github-actions bot added the state: released Issues that are released label Nov 22, 2025
This was referenced Nov 23, 2025
jeffkl pushed a commit to jeffkl/vstest-loggers that referenced this pull request Nov 24, 2025
Updated
[System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions)
from 22.0.16 to 22.1.0.

<details>
<summary>Release notes</summary>

_Sourced from [System.IO.Abstractions's
releases](https://github.com/TestableIO/System.IO.Abstractions/releases)._

## 22.1.0

## What's Changed
* chore(deps): update dependency awexpect to 2.24.0 by @​renovate[bot]
in TestableIO/System.IO.Abstractions#1341
* chore(deps): update dependency benchmarkdotnet to 0.15.3 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1342
* chore(deps): update dependency awexpect to 2.25.0 by @​renovate[bot]
in TestableIO/System.IO.Abstractions#1343
* chore(deps): update dependency benchmarkdotnet to 0.15.4 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1344
* chore(deps): update dependency awexpect to 2.26.0 by @​renovate[bot]
in TestableIO/System.IO.Abstractions#1345
* chore(deps): update dependency nunit3testadapter to 5.2.0 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1348
* docs: removed erroneous content from Testably section in README by
@​HarrisonTCodes in
TestableIO/System.IO.Abstractions#1349
* fix: make invalid UNC path error message platform-specific by
@​HarrisonTCodes in
TestableIO/System.IO.Abstractions#1351
* chore(deps): update dependency sharpcompress to 0.41.0 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1352
* chore(deps): update dependency publicapigenerator to 11.5.0 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1353
* chore(deps): update dependency system.text.json to 9.0.10 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1354
* chore(deps): update dependency dotnet-sdk to v9.0.306 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1355
* chore(deps): update mcr.microsoft.com/vscode/devcontainers/dotnet
docker tag to v10 by @​renovate[bot] in
TestableIO/System.IO.Abstractions#1357
* chore(deps): update github artifact actions (major) by @​renovate[bot]
in TestableIO/System.IO.Abstractions#1359
* chore(deps): update dependency nunit.analyzers to 4.11.0 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1362
* chore(deps): update dependency benchmarkdotnet to 0.15.5 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1364
* chore(deps): update dependency nunit.analyzers to 4.11.1 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1365
* chore(deps): update dependency nunit.analyzers to 4.11.2 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1366
* chore(deps): update dependency benchmarkdotnet to 0.15.6 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1367
* chore(deps): update dependency system.text.json to v10 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1369
* chore(deps): update dependency dotnet-sdk to v9.0.307 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1368
* chore(deps): update dependency
testably.abstractions.filesystem.interface to v10 by @​renovate[bot] in
TestableIO/System.IO.Abstractions#1372
* feat: add support for .NET 10 by @​vbreuss in
TestableIO/System.IO.Abstractions#1370
* chore(deps): update dependency system.text.json to v10 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1373
* chore(deps): update dependency benchmarkdotnet to 0.15.7 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1374
* chore(deps): update dependency publicapigenerator to 11.5.1 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1375
* chore(deps): update actions/checkout action to v6 by @​renovate[bot]
in TestableIO/System.IO.Abstractions#1376
* fix: file stream sharing by @​HarrisonTCodes in
TestableIO/System.IO.Abstractions#1363
* chore(deps): update dependency awexpect to 2.29.0 by @​renovate[bot]
in TestableIO/System.IO.Abstractions#1358
* chore(deps): update dependency awexpect.testably to 0.13.0 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1360
* chore: bump aweXpect to v2.29.0 by @​vbreuss in
TestableIO/System.IO.Abstractions#1379

## New Contributors
* @​HarrisonTCodes made their first contribution in
TestableIO/System.IO.Abstractions#1349

**Full Changelog**:
TestableIO/System.IO.Abstractions@v22.0.16...v22.1.0

Commits viewable in [compare
view](TestableIO/System.IO.Abstractions@v22.0.16...v22.1.0).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.IO.Abstractions&package-manager=nuget&previous-version=22.0.16&new-version=22.1.0)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jeffkl pushed a commit to jeffkl/vstest-loggers that referenced this pull request Nov 24, 2025
Updated
[System.IO.Abstractions.TestingHelpers](https://github.com/TestableIO/System.IO.Abstractions)
from 22.0.16 to 22.1.0.

<details>
<summary>Release notes</summary>

_Sourced from [System.IO.Abstractions.TestingHelpers's
releases](https://github.com/TestableIO/System.IO.Abstractions/releases)._

## 22.1.0

## What's Changed
* chore(deps): update dependency awexpect to 2.24.0 by @​renovate[bot]
in TestableIO/System.IO.Abstractions#1341
* chore(deps): update dependency benchmarkdotnet to 0.15.3 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1342
* chore(deps): update dependency awexpect to 2.25.0 by @​renovate[bot]
in TestableIO/System.IO.Abstractions#1343
* chore(deps): update dependency benchmarkdotnet to 0.15.4 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1344
* chore(deps): update dependency awexpect to 2.26.0 by @​renovate[bot]
in TestableIO/System.IO.Abstractions#1345
* chore(deps): update dependency nunit3testadapter to 5.2.0 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1348
* docs: removed erroneous content from Testably section in README by
@​HarrisonTCodes in
TestableIO/System.IO.Abstractions#1349
* fix: make invalid UNC path error message platform-specific by
@​HarrisonTCodes in
TestableIO/System.IO.Abstractions#1351
* chore(deps): update dependency sharpcompress to 0.41.0 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1352
* chore(deps): update dependency publicapigenerator to 11.5.0 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1353
* chore(deps): update dependency system.text.json to 9.0.10 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1354
* chore(deps): update dependency dotnet-sdk to v9.0.306 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1355
* chore(deps): update mcr.microsoft.com/vscode/devcontainers/dotnet
docker tag to v10 by @​renovate[bot] in
TestableIO/System.IO.Abstractions#1357
* chore(deps): update github artifact actions (major) by @​renovate[bot]
in TestableIO/System.IO.Abstractions#1359
* chore(deps): update dependency nunit.analyzers to 4.11.0 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1362
* chore(deps): update dependency benchmarkdotnet to 0.15.5 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1364
* chore(deps): update dependency nunit.analyzers to 4.11.1 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1365
* chore(deps): update dependency nunit.analyzers to 4.11.2 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1366
* chore(deps): update dependency benchmarkdotnet to 0.15.6 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1367
* chore(deps): update dependency system.text.json to v10 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1369
* chore(deps): update dependency dotnet-sdk to v9.0.307 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1368
* chore(deps): update dependency
testably.abstractions.filesystem.interface to v10 by @​renovate[bot] in
TestableIO/System.IO.Abstractions#1372
* feat: add support for .NET 10 by @​vbreuss in
TestableIO/System.IO.Abstractions#1370
* chore(deps): update dependency system.text.json to v10 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1373
* chore(deps): update dependency benchmarkdotnet to 0.15.7 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1374
* chore(deps): update dependency publicapigenerator to 11.5.1 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1375
* chore(deps): update actions/checkout action to v6 by @​renovate[bot]
in TestableIO/System.IO.Abstractions#1376
* fix: file stream sharing by @​HarrisonTCodes in
TestableIO/System.IO.Abstractions#1363
* chore(deps): update dependency awexpect to 2.29.0 by @​renovate[bot]
in TestableIO/System.IO.Abstractions#1358
* chore(deps): update dependency awexpect.testably to 0.13.0 by
@​renovate[bot] in
TestableIO/System.IO.Abstractions#1360
* chore: bump aweXpect to v2.29.0 by @​vbreuss in
TestableIO/System.IO.Abstractions#1379

## New Contributors
* @​HarrisonTCodes made their first contribution in
TestableIO/System.IO.Abstractions#1349

**Full Changelog**:
TestableIO/System.IO.Abstractions@v22.0.16...v22.1.0

Commits viewable in [compare
view](TestableIO/System.IO.Abstractions@v22.0.16...v22.1.0).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.IO.Abstractions.TestingHelpers&package-manager=nuget&previous-version=22.0.16&new-version=22.1.0)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state: released Issues that are released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant