Conversation
Bumps MSTest.TestAdapter from 3.11.0 to 4.0.0 Bumps MSTest.TestFramework from 3.11.0 to 4.0.0 Bumps Oracle.ManagedDataAccess.Core from 2.19.280 to 2.19.290 --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: minor-version-updates - dependency-name: MSTest.TestFramework dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: minor-version-updates - dependency-name: Oracle.ManagedDataAccess.Core dependency-version: 2.19.290 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
requested review from
JohannesFinsveen,
PerIngeVaaje,
likp and
runejo
as code owners
October 13, 2025 00:13
runejo
approved these changes
Oct 20, 2025
dependabot
Bot
deleted the
dependabot/nuget/PCAxis.Menu.OracleDatamodelMenu.UnitTest/minor-version-updates-67eb4b529f
branch
October 20, 2025 06:47
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Updated MSTest.TestAdapter from 3.11.0 to 4.0.0.
Release notes
Sourced from MSTest.TestAdapter's releases.
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: