Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2025

This PR contains the following updates:

Package Change Age Confidence
NUnit.Analyzers 4.10.0 -> 4.11.0 age confidence
Verify.NUnit 31.0.4 -> 31.2.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
VerifyTests/Verify (Verify.NUnit)

v31.2.0

Compare Source

v31.1.0

Compare Source

v31.0.5

Compare Source


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 becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency verify.xunit to 31.0.3 chore(deps): update dependency verify.xunit to 31.0.3 - autoclosed Oct 24, 2025
@renovate renovate bot closed this Oct 24, 2025
@renovate renovate bot deleted the renovate/net-test-stack branch October 24, 2025 15:44
@renovate renovate bot changed the title chore(deps): update dependency verify.xunit to 31.0.3 - autoclosed chore(deps): update dependency verify.nunit to 31.0.5 Oct 29, 2025
@renovate renovate bot reopened this Oct 29, 2025
@renovate renovate bot force-pushed the renovate/net-test-stack branch 3 times, most recently from d50f766 to b52aa28 Compare October 31, 2025 01:46
@renovate renovate bot changed the title chore(deps): update dependency verify.nunit to 31.0.5 chore(deps): update dependency verify.nunit to 31.1.0 Oct 31, 2025
@codecov
Copy link

codecov bot commented Oct 31, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@renovate renovate bot force-pushed the renovate/net-test-stack branch from b52aa28 to 6ed8ff5 Compare October 31, 2025 23:26
@renovate renovate bot changed the title chore(deps): update dependency verify.nunit to 31.1.0 chore(deps): update .net test stack Oct 31, 2025
@renovate renovate bot force-pushed the renovate/net-test-stack branch from 6ed8ff5 to 5c69dc6 Compare November 1, 2025 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant