Bump MSTest + VSTest and use MSTest.Sdk#203
Bump MSTest + VSTest and use MSTest.Sdk#203Evangelink wants to merge 2 commits intoCommunityToolkit:mainfrom
Conversation
|
To enable logs: We have a flag for that here: - though we're trying to get it tied to the option within GitHub CommunityToolkit/Windows#453, but have been unsuccessful. Though we have an issue with slngen as well, so you need to modify lines 133 and 203 as well to remove${{ env.ENABLE_DIAGNOSTICS == 'true' && ' -UseDiagnostics' || '' }}
I also saw there was an issue building with multiple entry points in the other steps: |
|
FYI @Arlodotexe we should probably remove the broken slngen diagnostic flag inclusion from our workflows... |
PR submitted #204 |
|
Looks like this PR is having the same error as #202: |
|
@Evangelink Do you have any insights on the error being thrown in CI? Did this build and run locally for you? |
|
and the failures on |
|
@Arlodotexe This is now running tests successfully locally so I expect this to be good on CI, let's see. |
|
Looks like similar errors in the two jobs: And in the new_experiment also: |
This is a transient error with .NET native, should pass with a rerun. |
|
Still seeing this error produced in CI: |
|
Sorry I will investigate later today. It makes no sense why it's working locally. |
|
@Evangelink Any update on what happened? |
|
Sorry I totally missed this PR. I'll resume work on it tomorrow CET |
3b399c3 to
a0a6555
Compare
| { | ||
| "MSBuild.Sdk.Extras":"3.0.23" | ||
| "MSBuild.Sdk.Extras":"3.0.23", | ||
| "MSTest.Sdk": "3.7.3" |
There was a problem hiding this comment.
FYI we have version 4.0.2 available
| <ItemGroup> | ||
| <PackageReference Include="MSTest.TestAdapter" Version="2.2.10"/> | ||
| <PackageReference Include="MSTest.TestFramework" Version="2.2.10"/> | ||
| <PackageReference Include="MSTest" Version="3.7.3"/> |
There was a problem hiding this comment.
If you are using MSTest SDK everywhere this should not be needed.



This is an alternative to #202 where I am using
MSTest.Sdkfeature we have developed.This is our preferred way but decide what is the most comfortable for you.
More info: