Bump the nuget-dependencies group with 9 updates #78
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.
Updated Meziantou.Analyzer from 2.0.222 to 2.0.241.
Release notes
Sourced from Meziantou.Analyzer's releases.
2.0.241
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.241
Full Changelog: meziantou/Meziantou.Analyzer@2.0.240...2.0.241
2.0.240
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.240
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.239...2.0.240
2.0.239
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.239
Full Changelog: meziantou/Meziantou.Analyzer@2.0.238...2.0.239
2.0.238
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.238
Full Changelog: meziantou/Meziantou.Analyzer@2.0.237...2.0.238
2.0.237
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.237
Full Changelog: meziantou/Meziantou.Analyzer@2.0.236...2.0.237
2.0.236
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.236
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.235...2.0.236
2.0.235
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.235
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.234...2.0.235
2.0.234
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.234
Full Changelog: meziantou/Meziantou.Analyzer@2.0.233...2.0.234
2.0.233
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.233
Full Changelog: meziantou/Meziantou.Analyzer@2.0.232...2.0.233
2.0.232
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.232
Full Changelog: meziantou/Meziantou.Analyzer@2.0.231...2.0.232
2.0.231
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.231
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.230...2.0.231
2.0.230
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.230
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.229...2.0.230
2.0.229
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.229
Full Changelog: meziantou/Meziantou.Analyzer@2.0.228...2.0.229
2.0.228
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.228
Full Changelog: meziantou/Meziantou.Analyzer@2.0.227...2.0.228
2.0.227
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.227
Full Changelog: meziantou/Meziantou.Analyzer@2.0.226...2.0.227
2.0.226
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.226
Full Changelog: meziantou/Meziantou.Analyzer@2.0.225...2.0.226
2.0.225
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.225
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.224...2.0.225
2.0.224
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.224
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.223...2.0.224
2.0.223
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.223
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.222...2.0.223
Commits viewable in compare view.
Updated Microsoft.Bcl.AsyncInterfaces from 9.0.9 to 9.0.10.
Release notes
Sourced from Microsoft.Bcl.AsyncInterfaces's releases.
9.0.10
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.9...v9.0.10
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.0.0
What's Changed
Internal fixes and updates
... (truncated)
Commits viewable in compare view.
Updated MSTest.TestAdapter from 3.10.5 to 4.0.1.
Release notes
Sourced from MSTest.TestAdapter's releases.
4.0.1
See the release notes here
4.0.0
What is new?
Assert.That
MSTest v4 adds a new type of assertion, that allows you to write any expression, and it will inspect the result to give you more information on failure. Providing a very flexible way to assert complicated expressions. Here a simple example:
CallerArgumentExpression
CallerArgumentExpression is consumed by all assertions, to make them aware of the expressions used in the assertion. In the example below, we now know what both the expected and actual values are. But also what value they come from, giving us opportunity to provide better error messages:
CallerArgumentExpression
CallerArgumentExpression is consumed by all assertions, to make them aware of the expressions used in the assertion. In the example below, we now know what both the expected and actual values are. But also what value they come from, giving us opportunity to provide better error messages: