Conversation
Bumps Meziantou.Analyzer from 2.0.218 to 2.0.226 Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0 Bumps MSTest.TestAdapter from 3.10.4 to 4.0.1 Bumps MSTest.TestFramework from 3.10.4 to 4.0.1 Bumps SkiaSharp from 3.119.0 to 3.119.1 --- updated-dependencies: - dependency-name: Meziantou.Analyzer dependency-version: 2.0.226 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: tests - dependency-name: MSTest.TestAdapter dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: tests - dependency-name: MSTest.TestFramework dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: tests - dependency-name: SkiaSharp dependency-version: 3.119.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests ... Signed-off-by: dependabot[bot] <support@github.com>
PR Summary
These updates will result in improvement of performance, reliability, and security across our project due to the latest versions of these tools and libraries. |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Updated Meziantou.Analyzer from 2.0.218 to 2.0.226.
Release notes
Sourced from Meziantou.Analyzer's releases.
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
2.0.222
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.222
What's Changed
New Contributors
Full Changelog: meziantou/Meziantou.Analyzer@2.0.221...2.0.222
2.0.221
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.221
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.220...2.0.221
2.0.220
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.220
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.219...2.0.220
2.0.219
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.219
What's Changed
New Contributors
Full Changelog: meziantou/Meziantou.Analyzer@2.0.218...2.0.219
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.4 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: