Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
NUnit.Analyzers 4.10.0 -> 4.11.2 age confidence nuget minor
NUnit3TestAdapter (source) 5.1.0 -> 5.2.0 age confidence nuget minor
SlackNet 0.17.4 -> 0.17.5 age confidence nuget patch
buildpacks/github-actions v5.9.4 -> v5.9.6 age confidence action patch

Release Notes

nunit/nunit.analyzers (NUnit.Analyzers)

v4.11.2: NUnit Analyzers 4.11.2 - November 2, 2025

Compare Source

NUnit Analyzers 4.11.2 - November 2, 2025

This release of the NUnit Analyzers fixes a problem in the NUnit2057 analyzer for unnecessary use of lambda
expressions. The release also extends NUnit2021 so that it can determining if Is.NaN or Is.Not.NaN constraints
are used on incompatible types.

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

Issues Resolved

Features and Enhancements

  • #​929 Alert when using Is.NaN or Is.Not.NaN on an incompatible type

Bugs

  • #​945 [NUnit2057] Reported for Throws assert

v4.11.1

Compare Source

This release of the NUnit Analyzers fixes a regression related to the analysis of nullable enum parameters in
NUnit1001 and NUnit1031. The release also contains a new analyzer and codefix for unnecessary usage of lambda
expressions in asserts.

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

Issues Resolved

Features and Enhancements

  • #​927 Add new rule for unnecessary use of lambda expressions

Bugs

  • #​939 NUnit1001 - false positive for arguments with nullable enum parameters
  • #​938 [NUnit1031] False positive for nullable structs

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
soxtoby/SlackNet (SlackNet)

v0.17.5

  • Added full suite of list APIs:
    • ListApi
    • ListAccessApi
    • ListDownloadApi
    • Remaining methods in ListItemsApi
  • Added ContextActionsBlock and TableBlock block types.
  • Updated all Slack documentation links to point to the new docs site.

Potentially breaking change

The ListItemsResponse class has been moved from the SlackNet namespace to the SlackNet.WebApi namespace to align with other response classes.

buildpacks/github-actions (buildpacks/github-actions)

v5.9.6: 5.9.6

Compare Source

⛏ Dependency Upgrades

🚧 Tasks

v5.9.5: 5.9.5

Compare Source

⛏ Dependency Upgrades

🚧 Tasks


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/all-minor-patch branch from edefdce to c29763d Compare October 6, 2025 20:29
@renovate renovate bot changed the title Update buildpacks/github-actions action to v5.9.5 Update all non-major dependencies Oct 6, 2025
@socket-security
Copy link

socket-security bot commented Oct 6, 2025

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9e4a609 to 35f6731 Compare October 31, 2025 03:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 35f6731 to 44b313a Compare November 2, 2025 14:41
@tumugin tumugin merged commit 972ded8 into main Nov 16, 2025
5 checks passed
@tumugin tumugin deleted the renovate/all-minor-patch branch November 16, 2025 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants