FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(deps): update .net test stack by renovate[bot] · Pull Request #1433 · reactiveui/splat · GitHub

chore(deps): update .net test stack - #1433

Merged
dpvreony merged 1 commit into
mainfrom
renovate/net-test-stack
Nov 29, 2025
Merged

chore(deps): update .net test stack#1433
dpvreony merged 1 commit into
mainfrom
renovate/net-test-stack

Conversation

renovate Bot commented Oct 24, 2025
edited
Loading

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
Microsoft.NET.Test.Sdk 18.0.0 -> 18.0.1
NUnit.Analyzers 4.10.0 -> 4.11.2
Verify.NUnit 31.0.3 -> 31.7.2

Release Notes

microsoft/vstest (Microsoft.NET.Test.Sdk)

v18.0.1

What's Changed

Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation

Internal changes

Full Changelog: microsoft/vstest@v18.0.0...v18.0.1

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
VerifyTests/Verify (Verify.NUnit)

v31.7.2

Compare Source

v31.7.1

Compare Source

v31.7.0

Compare Source

v31.6.1

Compare Source

v31.6.0

Compare Source

v31.5.3

Compare Source

v31.5.2

Compare Source

v31.5.1

Compare Source

v31.5.0

Compare Source

v31.4.3

Compare Source

v31.4.2

Compare Source

v31.4.1

Compare Source

v31.4.0

Compare Source

v31.3.0

Compare Source

v31.2.0

Compare Source

v31.1.0

Compare Source

v31.0.5

Compare Source

v31.0.4

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 is behind base branch, 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 Bot force-pushed the renovate/net-test-stack branch from a0a7dad to 5248af5 Compare October 29, 2025 10:39
renovate Bot changed the title chore(deps): update dependency verify.nunit to 31.0.4 chore(deps): update dependency verify.nunit to 31.0.5 Oct 29, 2025
renovate Bot force-pushed the renovate/net-test-stack branch from 5248af5 to 46e1a0a Compare October 31, 2025 01:46
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
renovate Bot force-pushed the renovate/net-test-stack branch from 46e1a0a to cecd43c Compare November 1, 2025 00:00
renovate Bot changed the title chore(deps): update dependency verify.nunit to 31.1.0 chore(deps): update .net test stack Nov 1, 2025
renovate Bot force-pushed the renovate/net-test-stack branch 6 times, most recently from 8261fa2 to 384b41a Compare November 7, 2025 06:35
renovate Bot force-pushed the renovate/net-test-stack branch from 384b41a to 665a207 Compare November 13, 2025 01:43

codecov Bot commented Nov 13, 2025
edited
Loading

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.27%. Comparing base (8e37435) to head (cdf798c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1433   +/-   ##
=======================================
  Coverage   73.27%   73.27%           
=======================================
  Files         108      108           
  Lines        4345     4345           
  Branches      617      617           
=======================================
  Hits         3184     3184           
  Misses        963      963           
  Partials      198      198           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

renovate Bot force-pushed the renovate/net-test-stack branch 6 times, most recently from 3e5cb1f to c89618d Compare November 16, 2025 05:55
renovate Bot force-pushed the renovate/net-test-stack branch 5 times, most recently from a696ace to 6bf6706 Compare November 29, 2025 11:23
renovate Bot force-pushed the renovate/net-test-stack branch from 6bf6706 to cdf798c Compare November 29, 2025 11:47
dpvreony merged commit 055bd88 into main Nov 29, 2025
7 checks passed
dpvreony deleted the renovate/net-test-stack branch November 29, 2025 12:52

Copy link
Copy Markdown

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

github-actions Bot locked as resolved and limited conversation to collaborators Dec 14, 2025
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL