Update nuget packages#71
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
b41b78c to
bd965cf
Compare
bd965cf to
4092385
Compare
513fdc7 to
1e3ba57
Compare
bf74157 to
7c5842a
Compare
e0d92c6 to
313b8b9
Compare
313b8b9 to
e9e2611
Compare
e9e2611 to
360324f
Compare
fd5b03c to
acc8091
Compare
16c7fac to
3211b49
Compare
3211b49 to
8082026
Compare
8082026 to
1449de7
Compare
1449de7 to
9e6642e
Compare
4f9cd27 to
1544648
Compare
c64bc75 to
432808a
Compare
3c2d4a2 to
8ab8fc6
Compare
8ab8fc6 to
7cf3810
Compare
954ac43 to
edd4245
Compare
edd4245 to
296d610
Compare
e628fca to
13a1f7b
Compare
13a1f7b to
1f130a2
Compare
f1aef06 to
566c055
Compare
8bab27d to
42044cf
Compare
9909a1b to
e34b7ee
Compare
e34b7ee to
ea4183d
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2025.2.0→2025.2.410.0.0→10.0.84.13.0→4.14.01.1.2→1.1.31.1.2→1.1.34.13.0→4.14.017.13.0→17.14.14.4.0→4.6.03.13.3→3.14.04.10.0→4.13.03.6.1→3.10.010.0.0→10.0.86.0.0→6.0.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
JetBrains/JetBrains.Annotations (JetBrains.Annotations)
v2025.2.1Compare Source
dotnet/dotnet (Microsoft.Bcl.AsyncInterfaces)
v10.0.8v10.0.7v10.0.6v10.0.5v10.0.4v10.0.3v10.0.2v10.0.1microsoft/vstest (Microsoft.NET.Test.Sdk)
v17.14.1What's Changed
47eb51bFull Changelog: microsoft/vstest@v17.14.0...v17.14.1
v17.14.0What'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:
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.0Compare Source
See release notes for details.
v4.5.1: V 4.5.1Compare Source
See release notes for details.
v4.5.0: V 4.5.0Compare Source
See release notes for details.
nunit/nunit.analyzers (NUnit.Analyzers)
v4.13.0: NUnit Analyzers 4.13 - May 2, 2026Compare 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<>withFunc<>- 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 andsome dependency updates.
The release contains contributions from the following users (in alphabetical order):
Issues Resolved
Features and Enhancements
Func<T>return valuesBugs
Tooling, Process, and Documentation
v4.12.0: NUnit Analyzers 4.12 - March 3, 2026Compare Source
NUnit Analyzers 4.12 - March 3, 2026
This release of the NUnit Analyzers improves
NUnit1029to account forTestCaseSourcesupport for params and optional arguments. It also introduces a new analyzer for incorrect
usage of
Is.Not.Null.Or.Empty, fixes regressions inNUnit2005andNUnit2055, and updatesNUnit package dependencies.
The release contains contributions from the following users (in alphabetical order):
Issues Resolved
Features and Enhancements
Is.Not.Null.Or.EmptyusedBugs
NUnit2055can generate invalid code for classic assertsNUnit2005tries to useIs.Emptyconstraint on incompatible types.Tooling, Process, and Documentation
v4.11.2: NUnit Analyzers 4.11.2 - November 2, 2025Compare Source
NUnit Analyzers 4.11.2 - November 2, 2025
This release of the NUnit Analyzers fixes a problem in the
NUnit2057analyzer for unnecessary use of lambdaexpressions. The release also extends
NUnit2021so that it can determining ifIs.NaNorIs.Not.NaNconstraintsare used on incompatible types.
The release contains contributions from the following users (in alphabetical order):
Issues Resolved
Features and Enhancements
Bugs
v4.11.1Compare Source
This release of the NUnit Analyzers fixes a regression related to the analysis of nullable enum parameters in
NUnit1001andNUnit1031. The release also contains a new analyzer and codefix for unnecessary usage of lambdaexpressions in asserts.
The release contains contributions from the following users (in alphabetical order):
Issues Resolved
Features and Enhancements
Bugs
v4.11.0: NUnit Analyzers 4.11 - October 28, 2025Compare Source
NUnit Analyzers 4.11 - October 28, 2025
This release of the NUnit Analyzers includes improvements and fixes related to
IDisposablehandling and initializationin
SetUpandOneTimeSetUpmethods. It also introduces the ability to configure additional methods that should betreated as
SetUpandTearDownmethods by the analyzers. This can be done in the.editorconfig, and there are fourconfigurations for this:
dotnet_diagnostic.NUnit.additional_setup_methodsdotnet_diagnostic.NUnit.additional_teardown_methodsdotnet_diagnostic.NUnit.additional_one_time_setup_methodsdotnet_diagnostic.NUnit.additional_one_time_teardown_methodsEach configuration accepts a list of method names, separated by commas, semicolons, or spaces. For example:
dotnet_diagnostic.NUnit.additional_setup_methods = CustomSetup, MyInitAs 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
Bugs
Tooling, Process, and Documentation
coverlet-coverage/coverlet (coverlet.collector)
v6.0.4Fixed
Diff between 6.0.3 and 6.0.4
v6.0.3Fixed
Improvements
Diff between 6.0.2 and 6.0.3
v6.0.2Fixed
Improvements
Diff between 6.0.1 and 6.0.2
v6.0.1Fixed
Improvements
Diff between 6.0.0 and 6.0.1
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.