-
Notifications
You must be signed in to change notification settings - Fork 753
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump MSTest.TestAdapter from 2.1.2 to 2.2.1 #1673
Bump MSTest.TestAdapter from 2.1.2 to 2.2.1 #1673
Conversation
4d7065c
to
762fd08
Compare
This is odd. I haven't had much time to dig into it, but seems like the format of the TestContext information has perhaps changed, as rather than passing a simple string, we're turning an arbitrary C# object into a string to format the output path:
This only causes CI failures on Windows, but this may be because Linux & OSX are more permissive w.r.t valid file/dir characters. |
The behavior looks like a bug. I opened microsoft/testfx#793. Let's hold off on this change for now as I also saw strange behavior in VS with very simple tests after the upgrade. (Doesn't repro in the Bicep solution, but had issues with a basic test project.) |
@dependabot rebase |
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 2.1.2 to 2.2.1. - [Release notes](https://github.com/microsoft/testfx/releases) - [Commits](microsoft/testfx@v2.1.2...v2.2.1) Signed-off-by: dependabot[bot] <support@github.com>
762fd08
to
51ff868
Compare
Bumps MSTest.TestAdapter from 2.1.2 to 2.2.1.
Release notes
Sourced from MSTest.TestAdapter's releases.
Commits
32f53ae
Fixed nuget packages. (#787)8ac9547
Prepend MSTest to log messages, without formatting (#785)764842c
TestPlatform version updated to v16.9.1 (#784)bab15ef
WIP: Remove .txt extension from LICENSE file (#781)b1635cc
Merge parameters safely (#778)956f367
Forward logs to EqtTrace on netcore (#776)9d92f65
Localized file check-in by OneLocBuild Task (#774)1b25305
Moving to the new localization system (#773)2be41ed
Bumped the Test Platform version to16.10.0-preview-20210211-01
. (#770)f55dc39
Merge settings safely (#771)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)