Skip to content

Update nuget packages (major)#72

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-nuget
Open

Update nuget packages (major)#72
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-nuget

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 15, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
Microsoft.CodeAnalysis.Analyzers 3.11.05.3.0 age confidence
Microsoft.CodeAnalysis.CSharp 4.14.05.3.0 age confidence
Microsoft.CodeAnalysis.CSharp 4.13.05.3.0 age confidence
Microsoft.CodeAnalysis.CSharp.Workspaces 4.14.05.3.0 age confidence
Microsoft.CodeAnalysis.CSharp.Workspaces 4.13.05.3.0 age confidence
Microsoft.CodeAnalysis.Common 4.14.05.3.0 age confidence
Microsoft.CodeAnalysis.Workspaces.MSBuild 4.14.05.3.0 age confidence
Microsoft.NET.Test.Sdk 17.13.018.5.1 age confidence
NUnit (source) 3.13.34.6.0 age confidence
NUnit.Analyzers 3.6.14.13.0 age confidence
NUnit3TestAdapter (source) 5.2.06.2.0 age confidence
System.Threading.Channels (source) 7.0.010.0.8 age confidence
coverlet.collector 6.0.410.0.0 age confidence
coverlet.collector 6.0.010.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

v18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: microsoft/vstest@v18.4.0...v18.5.0

v18.4.0

What's Changed
New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0

v18.3.0

What's Changed
Internal fixes and updates
New Contributors

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

v18.0.0

What's Changed

Internal fixes and updates

New Contributors

Full Changelog: microsoft/vstest@v17.14.1...v18.0.0

v17.14.1

What's Changed

Full Changelog: microsoft/vstest@v17.14.0...v17.14.1

v17.14.0

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes
Internal version updates and fixes

New Contributors

Full Changelog: microsoft/vstest@v17.13.0...v17.14.0

nunit/nunit (NUnit)

v4.6.0: NUnit 4.6.0

Compare Source

See release notes for details.

v4.5.1: V 4.5.1

Compare Source

See release notes for details.

v4.5.0: V 4.5.0

Compare Source

See release notes for details.

v4.4.0: NUnit 4.4.0

Compare Source

See release notes for details.

v4.3.2: NUnit 4.3.2

Compare Source

This is a hotfix release.
See release notes for details.

v4.3.1: NUnit 4.3.1

Compare Source

This is a hotfix release.
See release notes for details.

v4.3.0: NUnit 4.3.0

Compare Source

See release notes

v4.2.2: NUnit 4.2.2

Compare Source

Hotfix for fixing regression bug #​4802

What's Changed

Full Changelog: nunit/nunit@4.2.1...4.2.2

v4.2.1: NUnit 4.2.1

Compare Source

Hotfix release for Issue #​4794 and #​4795, affecting .Net Framework.

v4.2.0: NUnit 4.2.0

Compare Source

See release notes

v4.1.0: NUnit 4.1.0

See release notes

v4.0.1: NUnit 4.0.1

Patch release to fix windows targets

See release notes
and
See migration guide

v4.0.0

All changes, see release notes

v3.14.0: NUnit 3.14.0

See release notes

nunit/nunit.analyzers (NUnit.Analyzers)

v4.13.0: NUnit Analyzers 4.13 - May 2, 2026

Compare Source

NUnit Analyzers 4.13 - May 2, 2026

This release of the NUnit Analyzers updates analyzer handling for the NUnit 4.6 API change that replaces
ActualValueDelegate<> with Func<> - see nunit/nunit#4824 for more information.
Analyzers now also consider the return type of Func<> in assertions. The release also includes one bug fix and
some dependency updates.

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

Issues Resolved

Features and Enhancements

  • #​982 Recognized Func<T> return values

Bugs

  • #​968 Whitespace issue in Does.Contain fixer when assert spans multiple lines

Tooling, Process, and Documentation

  • #​985 chore: Bump year to 2026 in copyrights
  • #​978 Bump cake.tool from 6.0.0 to 6.1.0
  • #​976 chore: Correct documentation
  • #​975 chore: bump version
  • #​956 Bump cake.tool from 4.0.0 to 6.0.0

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

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

v4.10.0: NUnit Analyzers 4.10 - August 9, 2025

Compare Source

NUnit Analyzers 4.10 - August 9, 2025

This release of the NUnit Analyzers contains some minor improvements to NUnit2050, NUnit2056, and NUnit2007 as well
as some improvements to existing tests. Once again, @​manfred-brands was responsible for the majority of the work.

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

Issues Resolved

Bugs

  • #​901 False positive on NUnit2050
  • #​899 NUnit2056 analyzer's code fix removes comments and empty lines above it.
  • #​896 NUnit2007 shouldn't trigger for generic types e.g. typeof(T)

Tooling, Process, and Documentation

  • #​905 NUnit4.4 alpha -> beta changes
  • #​897 chore: Correct typo in NUnit2045.md
  • #​894 Improve tests by adding ↓ to tests were it is missing in the source
  • #​887 chore: bump version

v4.9.2

Compare Source

This release of the NUnit Analyzers extends the NUnit3001 nullability suppressor
to also work in the context of Assert.EnterMultipleScope and other using statements.

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

Issues Resolved

Features and Enhancements

  • #​892 Assert.EnterMultipleScope not detecting nullability properly

v4.9.1

Compare Source

This release of the NUnit Analyzers fixes a problem with the code-fix for translating
Assert.Multiple/Assert.MultipleAsync into the new Assert.EnterMultipleScope format
when the test method already is asynchronous and have a return type different from Task.

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

Issues Resolved

Bugs

  • #​888 Assert.MultipleAsync -> EnterMultipleScope autofix produce invalid code

v4.9.0: NUnit Analyzers 4.9 - June 11, 2025

Compare Source

NUnit Analyzers 4.9 - June 11, 2025

This release of the NUnit Analyzers adds several new analyzers. For the RangeAttribute,
the analyzers now warn about potential issues at runtime.

It also introduces an analyzer and code fix for translating
Assert.Multiple/Assert.MultipleAsync into the new Assert.EnterMultipleScope format, as well
as for converting is T checks into Is.InstanceOf<T>() constraints.

For NUnit2021, the analyzer now respects UsingPropertiesComparer, including enhancements
that will be available in NUnit 4.4.

Finally, this release includes improvements to NUnit2007, NUnit2045, and NUnit4002.
See the list of resolved issues below for more details.

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

Issues Resolved

Features and Enhancements

  • #​880 NUnit2007 could flag typeof() as a constant first parameter
  • #​866 When Assert.Multiple is found, should suggest to convert to Assert.EnterMultipleScope
  • #​865 NUnit 2045 suggest Assert.Multiple, but should suggest Assert.EnterMultipleScope
  • #​857 NUnit2021 Should not raise for UsingPropertiesComparer
  • #​765 Add Rule for converting is T into Is.InstanceOf()
  • #​89 Test the correct usage of the Range attribute

Bugs

  • #​879 NUnit4002 shouldn't trigger for T vs nullable<T> struct types

Tooling, Process, and Documentation

v4.8.1

Compare Source

This release of the NUnit Analyzers fixes a problem with NUnit4002 when applied to comparisons between non-number
types - e.g. strings.

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

Issues Resolved

Bugs

  • #​870 Compilation error caused by exception in an analyzer after updating to v4.8.0

v4.8.0: NUnit Analyzers 4.8 - May 22, 2025

Compare Source

NUnit Analyzers 4.8 - May 22, 2025

This release of the NUnit Analyzers adds a new diagnostic NUnit1034 that checks
whether base TestFixtures are declared as abstract. When a base class is not abstract
it will also be run as a standalone test which is most times not the intention.

The release also contains some fixes to NUnit4002 and Nunit2045.

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

Issues Resolved

Features and Enhancements

  • #​840 Detect incorrect or questionable use of TestFixture inheritance.

Bugs

  • #​862 NUnit.Analyzers doesn't recognize the version of NUnit in use
  • #​856 NUnit4002 shouldn't trigger for unknown types

Tooling, Process, and Documentation

  • #​861 Add missing backticks in NUnit4002.md
  • #​855 chore: bump version

v4.7.0: NUnit Analyzers 4.7 - April 1, 2025

Compare Source

NUnit Analyzers 4.7 - April 1, 2025

The release primarily add another diagnostic NUnit4002 - and associated codefix - to help simplify
EqualTo constraints when the expected value is a simple constant - e.g. true, false, 0, or
default. The release also removes some false positives for Nunit1029.

As tooling contributions the analyzers now build using .NET8.0 and also analyzers and codefixes are
now split into separate projects as only editors should load codefixes.

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

Issues Resolved

Features and Enhancements

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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/major-nuget branch from 00644f4 to 5560ac3 Compare July 22, 2025 19:40
@renovate renovate Bot changed the title chore(deps): update dependency microsoft.codeanalysis.analyzers to v4 chore(deps): update nuget packages (major) Jul 22, 2025
@renovate renovate Bot force-pushed the renovate/major-nuget branch from 5560ac3 to 9817e91 Compare August 10, 2025 13:28
@renovate renovate Bot force-pushed the renovate/major-nuget branch 2 times, most recently from 01c7ae2 to 78b172a Compare August 24, 2025 12:29
@renovate renovate Bot force-pushed the renovate/major-nuget branch 2 times, most recently from b1a7630 to 7899e02 Compare September 10, 2025 02:51
@renovate renovate Bot force-pushed the renovate/major-nuget branch from 7899e02 to a84fecc Compare September 24, 2025 14:44
@renovate renovate Bot force-pushed the renovate/major-nuget branch 2 times, most recently from 29371a0 to fe31847 Compare October 6, 2025 18:41
@renovate renovate Bot force-pushed the renovate/major-nuget branch 4 times, most recently from e64553a to 1ff91aa Compare November 2, 2025 13:29
@renovate renovate Bot force-pushed the renovate/major-nuget branch from 1ff91aa to d912947 Compare November 11, 2025 13:56
@renovate renovate Bot force-pushed the renovate/major-nuget branch 2 times, most recently from 9402f98 to 9fe34c0 Compare November 21, 2025 22:03
@renovate renovate Bot force-pushed the renovate/major-nuget branch from 9fe34c0 to f7e1c80 Compare November 27, 2025 15:27
@renovate renovate Bot force-pushed the renovate/major-nuget branch 2 times, most recently from 1a4049c to 2823545 Compare December 9, 2025 19:37
@renovate renovate Bot force-pushed the renovate/major-nuget branch from 2823545 to f10fc42 Compare December 20, 2025 18:33
@renovate renovate Bot force-pushed the renovate/major-nuget branch 2 times, most recently from 79c21ef to b950ac5 Compare January 13, 2026 21:02
@renovate renovate Bot force-pushed the renovate/major-nuget branch from b950ac5 to 26f153e Compare February 2, 2026 21:07
@renovate renovate Bot force-pushed the renovate/major-nuget branch 4 times, most recently from f5acfbe to aa7841f Compare February 16, 2026 14:44
@renovate renovate Bot force-pushed the renovate/major-nuget branch 2 times, most recently from 459122a to c266d9d Compare February 24, 2026 15:55
@renovate renovate Bot force-pushed the renovate/major-nuget branch 5 times, most recently from f924128 to 78ed952 Compare March 12, 2026 19:32
@renovate renovate Bot force-pushed the renovate/major-nuget branch 2 times, most recently from 65e7326 to 6c8c306 Compare March 21, 2026 17:33
@renovate renovate Bot force-pushed the renovate/major-nuget branch from 6c8c306 to 521487f Compare April 7, 2026 08:54
@renovate renovate Bot changed the title chore(deps): update nuget packages (major) Update nuget packages (major) Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/major-nuget branch 3 times, most recently from 7af386e to 83f280c Compare April 21, 2026 21:16
@renovate renovate Bot force-pushed the renovate/major-nuget branch 3 times, most recently from 97fbf75 to b605774 Compare April 28, 2026 15:54
@renovate renovate Bot force-pushed the renovate/major-nuget branch 2 times, most recently from 8bb8d01 to 07720b7 Compare May 3, 2026 18:08
@renovate renovate Bot force-pushed the renovate/major-nuget branch from 07720b7 to 468fa47 Compare May 12, 2026 21:54
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.

0 participants