Skip to content

Update nuget packages#71

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

Update nuget packages#71
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nuget

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 8, 2025

This PR contains the following updates:

Package Change Age Confidence
JetBrains.Annotations (source) 2025.2.02025.2.4 age confidence
Microsoft.Bcl.AsyncInterfaces (source) 10.0.010.0.8 age confidence
Microsoft.CodeAnalysis.CSharp 4.13.04.14.0 age confidence
Microsoft.CodeAnalysis.CSharp.Analyzer.Testing 1.1.21.1.3 age confidence
Microsoft.CodeAnalysis.CSharp.CodeFix.Testing 1.1.21.1.3 age confidence
Microsoft.CodeAnalysis.CSharp.Workspaces 4.13.04.14.0 age confidence
Microsoft.NET.Test.Sdk 17.13.017.14.1 age confidence
NUnit (source) 4.4.04.6.0 age confidence
NUnit (source) 3.13.33.14.0 age confidence
NUnit.Analyzers 4.10.04.13.0 age confidence
NUnit.Analyzers 3.6.13.10.0 age confidence
System.Linq.AsyncEnumerable (source) 10.0.010.0.8 age confidence
coverlet.collector 6.0.06.0.4 age confidence

Warning

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


Release Notes

JetBrains/JetBrains.Annotations (JetBrains.Annotations)

v2025.2.1

Compare Source

dotnet/dotnet (Microsoft.Bcl.AsyncInterfaces)

v10.0.8

v10.0.7

v10.0.6

v10.0.5

v10.0.4

v10.0.3

v10.0.2

v10.0.1

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

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.

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
coverlet-coverage/coverlet (coverlet.collector)

v6.0.4

Fixed
  • Fix empty coverage report when using include and exclude filters #​1726

Diff between 6.0.3 and 6.0.4

v6.0.3

Fixed
Improvements
  • Cache the regex used in InstrumentationHelper #​1693
  • Enable dotnetTool integration tests for linux #​660

Diff between 6.0.2 and 6.0.3

v6.0.2

Fixed
  • Threshold-stat triggers error #​1634
  • Fixed coverlet collector 6.0.1 requires dotnet sdk 8 #​1625
  • Type initializer errors after updating from 6.0.0 to 6.0.1 #​1629
  • Exception when multiple exclude-by-attribute filters specified #​1624
Improvements
  • More concise options to specify multiple parameters in coverlet.console #​1624

Diff between 6.0.1 and 6.0.2

v6.0.1

Fixed
  • Uncovered lines in .NET 8 for inheriting records #​1555
  • Fix record constructors not covered when SkipAutoProps is true #​1561
  • Fix .NET 7 Method Group branch coverage issue #​1447
  • Fix ExcludeFromCodeCoverage does not exclude method in a partial class #​1548
  • Fix ExcludeFromCodeCoverage does not exclude F# task #​1547
  • Fix issues where ExcludeFromCodeCoverage ignored #​1431
  • Fix issues with ExcludeFromCodeCoverage attribute #​1484
  • Fix broken links in documentation #​1514
  • Fix problem with coverage for .net5 WPF application #​1221 by https://github.com/lg2de
  • Fix unable to instrument module for Microsoft.AspNetCore.Mvc.Razor #​1459 by https://github.com/lg2de
Improvements

Diff between 6.0.0 and 6.0.1


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/nuget branch from b41b78c to bd965cf Compare May 13, 2025 20:05
@renovate renovate Bot changed the title chore(deps): update nuget packages to 9.0.4 chore(deps): update nuget packages to 9.0.5 May 13, 2025
@renovate renovate Bot force-pushed the renovate/nuget branch from bd965cf to 4092385 Compare May 15, 2025 23:34
@renovate renovate Bot changed the title chore(deps): update nuget packages to 9.0.5 chore(deps): update nuget packages May 15, 2025
@renovate renovate Bot force-pushed the renovate/nuget branch 2 times, most recently from 513fdc7 to 1e3ba57 Compare May 23, 2025 03:06
@renovate renovate Bot force-pushed the renovate/nuget branch 2 times, most recently from bf74157 to 7c5842a Compare June 3, 2025 16:27
@renovate renovate Bot force-pushed the renovate/nuget branch 4 times, most recently from e0d92c6 to 313b8b9 Compare June 16, 2025 22:34
@renovate renovate Bot force-pushed the renovate/nuget branch from 313b8b9 to e9e2611 Compare June 17, 2025 20:14
@renovate renovate Bot force-pushed the renovate/nuget branch from e9e2611 to 360324f Compare July 8, 2025 21:14
@renovate renovate Bot force-pushed the renovate/nuget branch 3 times, most recently from fd5b03c to acc8091 Compare August 10, 2025 13:28
@renovate renovate Bot force-pushed the renovate/nuget branch 3 times, most recently from 16c7fac to 3211b49 Compare August 24, 2025 12:28
@renovate renovate Bot force-pushed the renovate/nuget branch from 8082026 to 1449de7 Compare October 6, 2025 18:41
@renovate renovate Bot force-pushed the renovate/nuget branch 3 times, most recently from 4f9cd27 to 1544648 Compare October 29, 2025 02:55
@renovate renovate Bot force-pushed the renovate/nuget branch 2 times, most recently from c64bc75 to 432808a Compare November 2, 2025 13:29
@renovate renovate Bot force-pushed the renovate/nuget branch 2 times, most recently from 3c2d4a2 to 8ab8fc6 Compare November 27, 2025 15:27
@renovate renovate Bot force-pushed the renovate/nuget branch 2 times, most recently from 954ac43 to edd4245 Compare January 13, 2026 21:02
@renovate renovate Bot force-pushed the renovate/nuget branch 3 times, most recently from e628fca to 13a1f7b Compare February 16, 2026 14:44
@renovate renovate Bot force-pushed the renovate/nuget branch 4 times, most recently from f1aef06 to 566c055 Compare March 12, 2026 19:32
@renovate renovate Bot changed the title chore(deps): update nuget packages Update nuget packages Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/nuget branch 2 times, most recently from 8bab27d to 42044cf Compare April 21, 2026 21:16
@renovate renovate Bot force-pushed the renovate/nuget branch 2 times, most recently from 9909a1b to e34b7ee Compare May 3, 2026 18:07
@renovate renovate Bot force-pushed the renovate/nuget branch from e34b7ee to ea4183d Compare May 12, 2026 21:53
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