You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix broken tests in WSL2 on Ubuntu
* Run tests for all frameworks in single command, explicitly use VSTest mode
* Add diagnostics to investigate intermittent hostname lookup failures on macOS
* Add workaround to enable hang/crashdumps on macOS
* Reduce hang timeout (otherwise component job is killed before dump is uploaded)
* TEST: Add new tests to verify coverage diff
* Revert "TEST: Add new tests to verify coverage diff"
This reverts commit 28263c5.
* TEST: Add test that crashes with StackOverflowException
* Revert "TEST: Add test that crashes with StackOverflowException"
This reverts commit 4f84d3c.
* TEST: Add test that never completes
* Revert "TEST: Add test that never completes"
This reverts commit 251ca8d.
* Fixed: unable to discover tests in WSL
Based on xunit/xunit#3457 (comment)
Condition="$([MSBuild]::IsOSPlatform('OSX')) AND '$(UseAppHost)' != 'false' AND '$(OutputType)' == 'Exe' AND '$(TargetFramework)' != '' AND '$(RunCommand)' != '' AND '$(RunCommand)' != 'dotnet'">
Text="ConfigurationSchema.json is out of date for $(MSBuildProjectFile). Run 'dotnet build --no-incremental /p:UpdateConfigurationSchema=true' to update it." />
132
+
Text="ConfigurationSchema.json is out of date for $(MSBuildProjectFile). Run 'dotnet build --no-incremental /p:UpdateConfigurationSchema=true' to update it." />
0 commit comments