Bump MSTest.TestFramework from 3.7.0 to 4.1.0#130
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump MSTest.TestFramework from 3.7.0 to 4.1.0#130dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
--- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MSTest.TestFramework dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
RoySalisbury
added a commit
that referenced
this pull request
Mar 26, 2026
Dependency updates (addresses Dependabot PRs #130-#134, #136-#139): - OpenTelemetry.Api: 1.9.0 → 1.15.0 - OpenTelemetry.Extensions.Hosting: 1.9.0 → 1.15.0 - OpenTelemetry.Exporter.OpenTelemetryProtocol: 1.9.0 → 1.15.0 - StackExchange.Redis: 2.6.122 → 2.11.8 - Serilog: 3.1.1 → 4.3.1 - MSTest.TestAdapter: 3.7.0 → 4.1.0 - MSTest.TestFramework: 3.7.0 → 4.1.0 - Npgsql: 9.0.3 → 10.0.1 (test-only) - Swashbuckle.AspNetCore: 10.1.2 → 10.1.4 (samples) - dorny/test-reporter: v2 → v3 (CI workflow) MSTest v4 migration: - Replace Assert.ThrowsException with Assert.ThrowsExactly - Replace Assert.ThrowsExceptionAsync with Assert.ThrowsExactlyAsync - Convert [ExpectedException] attribute to Assert.ThrowsExactly pattern - Replace [DataTestMethod] with [TestMethod] (unified in v4) - Suppress MSTEST0032 (trivially-true assertions) in test props OTel 1.15.0 compatibility: - Suppress CS0618 for OtlpExportProtocol.Grpc on netstandard2.0 Package version bumps: - HVO.Enterprise.Telemetry: 1.0.1 → 1.0.2 - HVO.Enterprise.Telemetry.OpenTelemetry: 1.1.0 → 1.1.1 - HVO.Enterprise.Telemetry.Data.Redis: 1.0.1 → 1.0.2 - HVO.Enterprise.Telemetry.Serilog: 1.0.1 → 1.1.0 Not merged (closing separately): - RabbitMQ.Client 6→7 (#135): Major API overhaul requires dedicated story Build: 0 warnings, 0 errors Tests: 2158 passed, 9 skipped, 0 failed
Owner
|
Superseded by #144 which batches all dependency updates together with required MSTest v4 migration fixes. |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
RoySalisbury
added a commit
that referenced
this pull request
Mar 27, 2026
* chore(deps): update dependencies and migrate to MSTest v4 Dependency updates (addresses Dependabot PRs #130-#134, #136-#139): - OpenTelemetry.Api: 1.9.0 → 1.15.0 - OpenTelemetry.Extensions.Hosting: 1.9.0 → 1.15.0 - OpenTelemetry.Exporter.OpenTelemetryProtocol: 1.9.0 → 1.15.0 - StackExchange.Redis: 2.6.122 → 2.11.8 - Serilog: 3.1.1 → 4.3.1 - MSTest.TestAdapter: 3.7.0 → 4.1.0 - MSTest.TestFramework: 3.7.0 → 4.1.0 - Npgsql: 9.0.3 → 10.0.1 (test-only) - Swashbuckle.AspNetCore: 10.1.2 → 10.1.4 (samples) - dorny/test-reporter: v2 → v3 (CI workflow) MSTest v4 migration: - Replace Assert.ThrowsException with Assert.ThrowsExactly - Replace Assert.ThrowsExceptionAsync with Assert.ThrowsExactlyAsync - Convert [ExpectedException] attribute to Assert.ThrowsExactly pattern - Replace [DataTestMethod] with [TestMethod] (unified in v4) - Suppress MSTEST0032 (trivially-true assertions) in test props OTel 1.15.0 compatibility: - Suppress CS0618 for OtlpExportProtocol.Grpc on netstandard2.0 Package version bumps: - HVO.Enterprise.Telemetry: 1.0.1 → 1.0.2 - HVO.Enterprise.Telemetry.OpenTelemetry: 1.1.0 → 1.1.1 - HVO.Enterprise.Telemetry.Data.Redis: 1.0.1 → 1.0.2 - HVO.Enterprise.Telemetry.Serilog: 1.0.1 → 1.1.0 Not merged (closing separately): - RabbitMQ.Client 6→7 (#135): Major API overhaul requires dedicated story Build: 0 warnings, 0 errors Tests: 2158 passed, 9 skipped, 0 failed * fix(otel): address PR review - default to HttpProtobuf transport, bump Serilog to v2.0.0 - Change default OTLP transport from gRPC to HTTP/Protobuf (port 4318) gRPC is deprecated on .NET Standard 2.0 targets in OTel SDK 1.15+ - Add _transportExplicitlySet flag so auto-detection only fires when Transport property was not explicitly configured by the consumer - Bump HVO.Enterprise.Telemetry.Serilog to v2.0.0 (breaking: Serilog 3→4) with binding redirect guidance in release notes - Update OtlpTransport enum XML docs (HttpProtobuf is now the default) - Update all affected unit tests for new default values
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.
Updated MSTest.TestFramework from 3.7.0 to 4.1.0.
Release notes
Sourced from MSTest.TestFramework's releases.
4.1.0
See the release notes here
4.0.2
See the release notes here
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: