ErrorHelper icon indicating copy to clipboard operation
ErrorHelper copied to clipboard

Bump Microsoft.Testing.Extensions.TrxReport.Abstractions and Microsoft.Testing.Platform in /src

Open dependabot[bot] opened this issue 1 year ago • 1 comments

Bumps Microsoft.Testing.Extensions.TrxReport.Abstractions and Microsoft.Testing.Platform. These dependencies needed to be updated together. Updates Microsoft.Testing.Extensions.TrxReport.Abstractions from 1.2.1 to 1.3.1

Release notes

Sourced from Microsoft.Testing.Extensions.TrxReport.Abstractions's releases.

1.3.1

Fixes part of this release:

  1. AppDomain creation should honor runsettings #427
  2. Don't delete resource folder while clean/rebuild #424

See release notes here

v1.3.0

Fixes part of this release:

  1. TestTimeout configurable via RunSettings #403 [enhancement]
  2. Customize display name for DynamicDataAttribute #373 [Contributed by Brad Stoney] [enhancement]
  3. Fix incompatibility between multiple versions of mstest adapter present in a solution #404
  4. Fix multiple results not returning for custom TestMethod #363 [Contributed by Cédric Bignon]
  5. Run Class Cleanup in sync with Class Initialize #372
  6. Fix to show right error message on assembly load exception during test run #395
  7. Consistent behavior of GenericParameterHelper's while running and debugging #362 [Contributed by walterlv]

See release notes here

Changelog

Sourced from Microsoft.Testing.Extensions.TrxReport.Abstractions's changelog.

[1.3.1] - 2024-07-15

See full log here

Added

Artifacts

  • Microsoft.Testing.Extensions.CrashDump: 1.3.1
  • Microsoft.Testing.Extensions.HangDump: 1.3.1
  • Microsoft.Testing.Extensions.HotReload: 1.3.0
  • Microsoft.Testing.Extensions.Retry: 1.3.0
  • Microsoft.Testing.Extensions.Telemetry: 1.3.1
  • Microsoft.Testing.Extensions.TrxReport: 1.3.1
  • Microsoft.Testing.Extensions.TrxReport.Abstractions: 1.3.1
  • Microsoft.Testing.Extensions.VSTestBridge: 1.3.1
  • Microsoft.Testing.Platform: 1.3.1
  • Microsoft.Testing.Platform.MSBuild: 1.3.1
Commits
  • c5184f9 Fix for AppDomain creation should honor runsettings (#427)
  • 1122663 Update VS templates for UWP unit testing to more power friendly default mode ...
  • 434704d Fixing typo in UnitTestApp.rd.xml (#423)
  • 2679fe7 Don't delete resource folder while clean/rebuild (#424)
  • 1b1b3fa Updating EULAs for VSIXs to be GDPR compliant (#425)
  • b503219 Documentation changes for DynamicDataAttribute (#422)
  • 310b1dc Updating templates and wizards for 1.3.0 (#418)
  • 46fc700 Marking extensions as System Components to hide from Extensions UI (#416)
  • 45f5af0 Adding Resolution Paths during appdomain creation (Compatibility Isuue) (#404)
  • 646d1fe LOC CHECKIN | Microsoft/testfx master | 20180420 (#407)
  • Additional commits viewable in compare view

Updates Microsoft.Testing.Platform from 1.2.1 to 1.3.1

Release notes

Sourced from Microsoft.Testing.Platform's releases.

1.3.1

Fixes part of this release:

  1. AppDomain creation should honor runsettings #427
  2. Don't delete resource folder while clean/rebuild #424

See release notes here

v1.3.0

Fixes part of this release:

  1. TestTimeout configurable via RunSettings #403 [enhancement]
  2. Customize display name for DynamicDataAttribute #373 [Contributed by Brad Stoney] [enhancement]
  3. Fix incompatibility between multiple versions of mstest adapter present in a solution #404
  4. Fix multiple results not returning for custom TestMethod #363 [Contributed by Cédric Bignon]
  5. Run Class Cleanup in sync with Class Initialize #372
  6. Fix to show right error message on assembly load exception during test run #395
  7. Consistent behavior of GenericParameterHelper's while running and debugging #362 [Contributed by walterlv]

See release notes here

Changelog

Sourced from Microsoft.Testing.Platform's changelog.

[1.3.1] - 2024-07-15

See full log here

Added

Artifacts

  • Microsoft.Testing.Extensions.CrashDump: 1.3.1
  • Microsoft.Testing.Extensions.HangDump: 1.3.1
  • Microsoft.Testing.Extensions.HotReload: 1.3.0
  • Microsoft.Testing.Extensions.Retry: 1.3.0
  • Microsoft.Testing.Extensions.Telemetry: 1.3.1
  • Microsoft.Testing.Extensions.TrxReport: 1.3.1
  • Microsoft.Testing.Extensions.TrxReport.Abstractions: 1.3.1
  • Microsoft.Testing.Extensions.VSTestBridge: 1.3.1
  • Microsoft.Testing.Platform: 1.3.1
  • Microsoft.Testing.Platform.MSBuild: 1.3.1
Commits
  • c5184f9 Fix for AppDomain creation should honor runsettings (#427)
  • 1122663 Update VS templates for UWP unit testing to more power friendly default mode ...
  • 434704d Fixing typo in UnitTestApp.rd.xml (#423)
  • 2679fe7 Don't delete resource folder while clean/rebuild (#424)
  • 1b1b3fa Updating EULAs for VSIXs to be GDPR compliant (#425)
  • b503219 Documentation changes for DynamicDataAttribute (#422)
  • 310b1dc Updating templates and wizards for 1.3.0 (#418)
  • 46fc700 Marking extensions as System Components to hide from Extensions UI (#416)
  • 45f5af0 Adding Resolution Paths during appdomain creation (Compatibility Isuue) (#404)
  • 646d1fe LOC CHECKIN | Microsoft/testfx master | 20180420 (#407)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

dependabot[bot] avatar Jul 22 '24 06:07 dependabot[bot]

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
nuget/Microsoft.Testing.Extensions.TrxReport.Abstractions 1.3.1 :green_circle: 5.8
Details
CheckScoreReason
Maintained:green_circle: 1030 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10
Code-Review:green_circle: 3Found 9/25 approved changesets -- score normalized to 3
CII-Best-Practices:warning: 0no effort to earn an OpenSSF best practices badge detected
License:green_circle: 10license file detected
Branch-Protection:warning: -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Signed-Releases:warning: -1no releases found
Packaging:warning: -1packaging workflow not detected
Token-Permissions:warning: 0detected GitHub workflow tokens with excessive permissions
Security-Policy:green_circle: 10security policy file detected
Fuzzing:warning: 0project is not fuzzed
Dangerous-Workflow:green_circle: 10no dangerous workflow patterns detected
Vulnerabilities:green_circle: 100 existing vulnerabilities detected
SAST:warning: 0SAST tool is not run on all commits -- score normalized to 0
Binary-Artifacts:green_circle: 10no binaries found in the repo
Pinned-Dependencies:warning: 0dependency not pinned by hash detected -- score normalized to 0
nuget/Microsoft.Testing.Platform 1.3.1 :green_circle: 5.8
Details
CheckScoreReason
Maintained:green_circle: 1030 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10
Code-Review:green_circle: 3Found 9/25 approved changesets -- score normalized to 3
CII-Best-Practices:warning: 0no effort to earn an OpenSSF best practices badge detected
License:green_circle: 10license file detected
Branch-Protection:warning: -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Signed-Releases:warning: -1no releases found
Packaging:warning: -1packaging workflow not detected
Token-Permissions:warning: 0detected GitHub workflow tokens with excessive permissions
Security-Policy:green_circle: 10security policy file detected
Fuzzing:warning: 0project is not fuzzed
Dangerous-Workflow:green_circle: 10no dangerous workflow patterns detected
Vulnerabilities:green_circle: 100 existing vulnerabilities detected
SAST:warning: 0SAST tool is not run on all commits -- score normalized to 0
Binary-Artifacts:green_circle: 10no binaries found in the repo
Pinned-Dependencies:warning: 0dependency not pinned by hash detected -- score normalized to 0

Scanned Manifest Files

src/ErrorHelper.Tests/packages.config

github-actions[bot] avatar Jul 22 '24 06:07 github-actions[bot]

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 ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

dependabot[bot] avatar Oct 21 '24 16:10 dependabot[bot]