Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump MSTest.TestFramework from 2.2.3 to 3.0.2#321

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromdependabot/nuget/MSTest.TestFramework-3.0.2

Conversation

@dependabot
Copy link

@dependabotdependabotbot commented on behalf ofgithubDec 28, 2022

BumpsMSTest.TestFramework from 2.2.3 to 3.0.2.

Release notes

Sourced fromMSTest.TestFramework's releases.

v3.0.2

See the release noteshere.

v3.0.1

See the release noteshere.

v3.0.0

See the release noteshere.

v3.0.0-preview-20221122-01

See the release noteshere.

v3.0.0-preview-20221110-04

See the release noteshere.

Breaking changes

Seebreaking changes announcement

  • Following Microsoft .NET lifecycle
    • Dropped support for .NET Framework 4.5 (moved to 4.6.2)
    • Dropped support for .NET Standard 1.0 (moved to 2.0)
    • Dropped support for UWP before 16299
    • Dropped support for WinUI before 18362
    • Dropped support for .NET 5 (replaced with netcoreapp3.1 and .NET 6)
  • Merge timeout behaviors across all target frameworks
  • Change available constructors forDataRowAttribute
  • Change test ID generation strategy (allow to switch to previous strategies)

v2.3.0-preview-20220810-02

See release noteshere.

v2.2.10

See release noteshere.

v2.2.10-preview-20220414-01

See release noteshere.

v2.2.9

Parallel output

🙇 Shout out to@​SimonCropp, for bringing this functionality to XUnit in hishttps://github.com/SimonCropp/XunitContext project. And being an inspiration for implementing this.

MSTest 2.2.9 captures all Console output and attaches it to the correct test, even if you are running tests in parallel. This output is captured from your test code as well as from the tested code. And it requires no special setup.

Before

In 2.2.8, test output is scattered among tests, in our example, one unlucky test gets all the output of other tests just mixed together:

image

... (truncated)

Changelog

Sourced fromMSTest.TestFramework's changelog.

3.0.2 (December 2022)

  • Fix issue cannot load Microsoft.TestPlatform.CoreUtilities#1502

See full loghere

Artifacts

3.0.1 (December 2022)

See full loghere

Fixed

  • Fix cleanup inheritance calls#1475
  • Fix some race condition issue#1477
  • Fix class/assembly cleanups log collect and attachment#1470
  • Allow most APIs to accept nullable values or arguments#1467
  • Add console, trace and debug writeline calls to the lifecycle integration tests#1464
  • Revert Framework.Extension project to be CLSCompliant#1450
  • Fix regressions with DataRow supported arguments#1446
  • Add parent domain assembly resolver for netfx#1443
  • Remove unneeded dash in InformationalVersion for RTM builds
  • Add NotNullAttribute postcondition to Assert APIs#1441

Artifacts

[3.0.0] - 2022-12-06

See full loghere

Breaking changes announcements#1274

Added

  • Assert.AreEqual/AreNotEqual overloads with IEquatable#1433
  • Add DoesNotReturn attribute for Assert.Inconclusive methods#1422
  • Allow to override GetDisplayName method from DataRowAttribute#1413
  • Add computer name on the test result#1409
  • Add public api analyzers#1318
  • Enable nullable for TestAdapter project#1370

... (truncated)

Commits
  • 9c34076 Bump to 3.0.2
  • d21b8c2 Fix issue cannot load Microsoft.TestPlatform.CoreUtilities (#1502)
  • 9824e5e Update Localize folder to match arcade (#1486)
  • 48e0674 Make branding release (#1485)
  • 37d6b05 Fix cleanup inheritance calls (#1475)
  • 8c649fd Fix some race condition issue (#1477)
  • f0b2b7d Fix class/assembly cleanups log collect and attachment (#1470)
  • 4adcb83 Allow most APIs to accept nullable values or arguments (#1467)
  • 713032a Add console, trace and debug writeline calls to the lifecycle integration tes...
  • 590549c Add Integration tests for cleanup inheritance behaviors with different scenar...
  • Additional commits viewable incompare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 2.2.3 to 3.0.2.- [Release notes](https://github.com/microsoft/testfx/releases)- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/releases.md)- [Commits](microsoft/testfx@v2.2.3...v3.0.2)---updated-dependencies:- dependency-name: MSTest.TestFramework  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelDec 28, 2022
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp