Bump the all group with 7 updates #47
Open
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 DotNet.ReproducibleBuilds from 1.2.25 to 1.2.39.
Release notes
Sourced from DotNet.ReproducibleBuilds's releases.
1.2.39
Additions
Removals
Changed
Tidying up
New Contributors
Full Changelog: dotnet/reproducible-builds@v1.2.25...v1.2.39
Commits viewable in compare view.
Updated FluentAssertions from 8.5.0 to 8.8.0.
Release notes
Sourced from FluentAssertions's releases.
8.8.0
What's Changed
New features
Improvements
Documentation
configparameter by @jnyrup in Add docs forconfigparameter fluentassertions/fluentassertions#3104Others
Full Changelog: fluentassertions/fluentassertions@8.7.1...8.8.0
8.7.1
What's Changed
Others
Full Changelog: fluentassertions/fluentassertions@8.7.0...8.7.1
8.7.0
What's Changed
New features
Others
DisableImplicitNuGetFallbackFolderby @jnyrup in SetDisableImplicitNuGetFallbackFolderfluentassertions/fluentassertions#3095Full Changelog: fluentassertions/fluentassertions@8.6.0...8.7.0
8.6.0
What's Changed
Improvements
Value.ThatMatchesandValue.ThatSatisfiesby @dennisdoomen in Add support for inline assertions using Value.ThatMatches and Value.ThatSatisfies fluentassertions/fluentassertions#3076Others
New Contributors
Full Changelog: fluentassertions/fluentassertions@8.5.0...8.6.0
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 Microsoft.Windows.CsWin32 from 0.3.183 to 0.3.228.
Release notes
Sourced from Microsoft.Windows.CsWin32's releases.
0.3.228
What's Changed
New Contributors
Full Changelog: microsoft/CsWin32@v0.3.217...v0.3.228
https://www.nuget.org/packages/Microsoft.Windows.CsWin32/0.3.228
0.3.217
What's Changed
Full Changelog: microsoft/CsWin32@v0.3.213...v0.3.217
0.3.213
What's Changed
Microsoft.Windows.SDK.NET.Refinstead by @AArnott in .NET targeting projects should referenceMicrosoft.Windows.SDK.NET.Refinstead microsoft/CsWin32#1471Full Changelog: microsoft/CsWin32@v0.3.205...v0.3.213
0.3.205
What's Changed
docs.microsoft.comtolearn.microsoft.comby @xtqqczze in Update documentation links fromdocs.microsoft.comtolearn.microsoft.commicrosoft/CsWin32#1454New Contributors
docs.microsoft.comtolearn.microsoft.commicrosoft/CsWin32#1454Full Changelog: microsoft/CsWin32@v0.3.183...v0.3.205
Commits viewable in compare view.
Updated MSTest.TestAdapter from 3.9.3 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: