Console log: 'dotnet.Tests.dll.10' from job 357d3a2a-ff30-43d0-8927-25cf3ca50c63 workitem 4d03faca-bad6-4241-8850-0aa6bf417429 (windows.amd64.vs2022.pre.open.svc) executed on machine a00CSVI running Windows-2022Server-10.0.20348-SP0 C:\h\w\AA32093B\w\B6060963\e>call C:\h\w\AA32093B\p\t\RunTestsOnHelix.cmd true C:\h\w\AA32093B\w\B6060963\e>REM make NuGet network operations more robust C:\h\w\AA32093B\w\B6060963\e>set NUGET_ENABLE_EXPERIMENTAL_HTTP_RETRY=true C:\h\w\AA32093B\w\B6060963\e>set NUGET_EXPERIMENTAL_MAX_NETWORK_TRY_COUNT=6 C:\h\w\AA32093B\w\B6060963\e>set NUGET_EXPERIMENTAL_NETWORK_RETRY_DELAY_MILLISECONDS=1000 C:\h\w\AA32093B\w\B6060963\e>set MicrosoftNETBuildExtensionsTargets=C:\h\w\AA32093B\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\Microsoft.NET.Build.Extensions.targets C:\h\w\AA32093B\w\B6060963\e>set DOTNET_ROOT=C:\h\w\AA32093B\p\d C:\h\w\AA32093B\w\B6060963\e>set PATH=C:\h\w\AA32093B\p\d;C:\python3\Scripts\;C:\python3\;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\PowerShell\7\;C:\Users\vsagent\AppData\Local\Microsoft\WindowsApps C:\h\w\AA32093B\w\B6060963\e>set DOTNET_MULTILEVEL_LOOKUP=0 C:\h\w\AA32093B\w\B6060963\e>set TestFullMSBuild=true C:\h\w\AA32093B\w\B6060963\e>REM Ensure Visual Studio instances allow preview SDKs C:\h\w\AA32093B\w\B6060963\e>PowerShell -ExecutionPolicy ByPass -NoProfile -File "C:\h\w\AA32093B\p\t\eng\enable-preview-sdks.ps1" LocateVisualStudio failed: The property 'vs' cannot be found on this object. Verify that the property exists. C:\h\w\AA32093B\w\B6060963\e>REM Use powershell to call partical Arcade logic to get full framework msbuild path and assign it C:\h\w\AA32093B\w\B6060963\e>if "true" == "true" (FOR /F "tokens=*" %g IN ('PowerShell -ExecutionPolicy ByPass -File "C:\h\w\AA32093B\p\t\eng\print-full-msbuild-path.ps1"') do (SET DOTNET_SDK_TEST_MSBUILD_PATH=%g ) ) C:\h\w\AA32093B\w\B6060963\e>(SET DOTNET_SDK_TEST_MSBUILD_PATH=C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe ) C:\h\w\AA32093B\w\B6060963\e>REM Use powershell to run GetRandomFileName C:\h\w\AA32093B\w\B6060963\e>FOR /F "tokens=*" %g IN ('PowerShell -ExecutionPolicy ByPass [System.IO.Path]::GetRandomFileName()') do (SET RandomDirectoryName=%g ) C:\h\w\AA32093B\w\B6060963\e>(SET RandomDirectoryName=0p4xkjb5.lun ) C:\h\w\AA32093B\w\B6060963\e>set TestExecutionDirectory=C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun C:\h\w\AA32093B\w\B6060963\e>set DOTNET_CLI_HOME=C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\.dotnet C:\h\w\AA32093B\w\B6060963\e>mkdir C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun C:\h\w\AA32093B\w\B6060963\e>REM https://stackoverflow.com/a/7487697/294804 C:\h\w\AA32093B\w\B6060963\e>robocopy C:\h\w\AA32093B\p\t\TestExecutionDirectoryFiles C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun /s /nfl /ndl /njh /njs /np C:\h\w\AA32093B\w\B6060963\e>set DOTNET_SDK_TEST_EXECUTION_DIRECTORY=C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun C:\h\w\AA32093B\w\B6060963\e>set DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=C:\h\w\AA32093B\p\r C:\h\w\AA32093B\w\B6060963\e>set DOTNET_SDK_TEST_ASSETS_DIRECTORY=C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestAssets C:\h\w\AA32093B\w\B6060963\e>REM call dotnet new so the first run message doesn't interfere with the first test C:\h\w\AA32093B\w\B6060963\e>dotnet new --debug:ephemeral-hive Welcome to .NET 9.0! --------------------- SDK Version: 9.0.114-ci ---------------- Installed an ASP.NET Core HTTPS development certificate. To trust the certificate, run 'dotnet dev-certs https --trust' Learn about HTTPS: https://aka.ms/dotnet-https ---------------- Write your first app: https://aka.ms/dotnet-hello-world Find out what's new: https://aka.ms/dotnet-whats-new Explore documentation: https://aka.ms/dotnet-docs Report issues and find source on GitHub: https://github.com/dotnet/core Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli -------------------------------------------------------------------------------------- The 'dotnet new' command creates a .NET project based on a template. Common templates are: Template Name Short Name Language Tags ----------------- ---------- ---------- ---------------------- Blazor Web App blazor [C#] Web/Blazor/WebAssembly Class Library classlib [C#],F#,VB Common/Library Console App console [C#],F#,VB Common/Console Windows Forms App winforms [C#],VB Common/WinForms WPF Application wpf [C#],VB Common/WPF An example would be: dotnet new console Display template options with: dotnet new console -h Display all installed templates with: dotnet new list Display templates available on NuGet.org with: dotnet new search web C:\h\w\AA32093B\w\B6060963\e>REM We downloaded a special zip of files to the .nuget folder so add that as a source C:\h\w\AA32093B\w\B6060963\e>dotnet nuget list source --configfile C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\nuget.config Registered Sources: 1. darc-pub-dotnet-deployment-tools-b2d5c0c [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5/nuget/v3/index.json 2. darc-pub-dotnet-deployment-tools-b2d5c0c-9 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-9/nuget/v3/index.json 3. darc-pub-dotnet-deployment-tools-b2d5c0c-8 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-8/nuget/v3/index.json 4. darc-pub-dotnet-deployment-tools-b2d5c0c-7 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-7/nuget/v3/index.json 5. darc-pub-dotnet-deployment-tools-b2d5c0c-6 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-6/nuget/v3/index.json 6. darc-pub-dotnet-deployment-tools-b2d5c0c-5 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-5/nuget/v3/index.json 7. darc-pub-dotnet-deployment-tools-b2d5c0c-4 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-4/nuget/v3/index.json 8. darc-pub-dotnet-deployment-tools-b2d5c0c-3 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-3/nuget/v3/index.json 9. darc-pub-dotnet-deployment-tools-b2d5c0c-2 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-2/nuget/v3/index.json 10. darc-pub-dotnet-deployment-tools-b2d5c0c-15 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-15/nuget/v3/index.json 11. darc-pub-dotnet-deployment-tools-b2d5c0c-14 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-14/nuget/v3/index.json 12. darc-pub-dotnet-deployment-tools-b2d5c0c-13 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-13/nuget/v3/index.json 13. darc-pub-dotnet-deployment-tools-b2d5c0c-12 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-12/nuget/v3/index.json 14. darc-pub-dotnet-deployment-tools-b2d5c0c-11 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-11/nuget/v3/index.json 15. darc-pub-dotnet-deployment-tools-b2d5c0c-10 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-10/nuget/v3/index.json 16. darc-pub-dotnet-deployment-tools-b2d5c0c-1 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-1/nuget/v3/index.json 17. darc-pub-DotNet-msbuild-Trusted-a3e0085 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-a3e0085f/nuget/v3/index.json 18. darc-pub-dotnet-templating-9887f54 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-9887f549/nuget/v3/index.json 19. dotnet6 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 20. dotnet6-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json 21. dotnet7 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 22. dotnet7-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7-transport/nuget/v3/index.json 23. dotnet8 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 24. dotnet8-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 25. dotnet8-workloads [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 26. dotnet9 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 27. dotnet9-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 28. dotnet-public [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 29. dotnet-eng [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json 30. dotnet-tools [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 31. dotnet-tools-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-transport/nuget/v3/index.json 32. dotnet-libraries [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json 33. dotnet-libraries-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json 34. vs-impl [Enabled] https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json 35. richnav [Enabled] https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json C:\h\w\AA32093B\w\B6060963\e>PowerShell -ExecutionPolicy ByPass "dotnet nuget locals all -l | ForEach-Object { $_.Split(' ')[1]} | Where-Object{$_ -like '*cache'} | Get-ChildItem -Recurse -File -Filter '*.dat' | Measure" Count : 72 Average : Sum : Maximum : Minimum : Property : C:\h\w\AA32093B\w\B6060963\e>dotnet nuget add source C:\h\w\AA32093B\p\d\.nuget --configfile C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\nuget.config Package source with Name: Package source 1 added successfully. C:\h\w\AA32093B\w\B6060963\e>if exist C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\Testpackages dotnet nuget add source C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\Testpackages --name testpackages --configfile C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\nuget.config Package source with Name: testpackages added successfully. C:\h\w\AA32093B\w\B6060963\e>dotnet nuget remove source dotnet6-transport --configfile C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\nuget.config Package source with Name: dotnet6-transport removed successfully. C:\h\w\AA32093B\w\B6060963\e>dotnet nuget remove source dotnet6-internal-transport --configfile C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\nuget.config error: Unable to find any package source(s) matching name: dotnet6-internal-transport. C:\h\w\AA32093B\w\B6060963\e>dotnet nuget remove source dotnet7-transport --configfile C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\nuget.config Package source with Name: dotnet7-transport removed successfully. C:\h\w\AA32093B\w\B6060963\e>dotnet nuget remove source dotnet7-internal-transport --configfile C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\nuget.config error: Unable to find any package source(s) matching name: dotnet7-internal-transport. C:\h\w\AA32093B\w\B6060963\e>dotnet nuget remove source richnav --configfile C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\nuget.config Package source with Name: richnav removed successfully. C:\h\w\AA32093B\w\B6060963\e>dotnet nuget remove source vs-impl --configfile C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\nuget.config Package source with Name: vs-impl removed successfully. C:\h\w\AA32093B\w\B6060963\e>dotnet nuget remove source dotnet-libraries-transport --configfile C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\nuget.config Package source with Name: dotnet-libraries-transport removed successfully. C:\h\w\AA32093B\w\B6060963\e>dotnet nuget remove source dotnet-tools-transport --configfile C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\nuget.config Package source with Name: dotnet-tools-transport removed successfully. C:\h\w\AA32093B\w\B6060963\e>dotnet nuget remove source dotnet-libraries --configfile C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\nuget.config Package source with Name: dotnet-libraries removed successfully. C:\h\w\AA32093B\w\B6060963\e>dotnet nuget remove source dotnet-eng --configfile C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\nuget.config Package source with Name: dotnet-eng removed successfully. C:\h\w\AA32093B\w\B6060963\e>dotnet nuget list source --configfile C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\nuget.config Registered Sources: 1. darc-pub-dotnet-deployment-tools-b2d5c0c [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5/nuget/v3/index.json 2. darc-pub-dotnet-deployment-tools-b2d5c0c-9 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-9/nuget/v3/index.json 3. darc-pub-dotnet-deployment-tools-b2d5c0c-8 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-8/nuget/v3/index.json 4. darc-pub-dotnet-deployment-tools-b2d5c0c-7 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-7/nuget/v3/index.json 5. darc-pub-dotnet-deployment-tools-b2d5c0c-6 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-6/nuget/v3/index.json 6. darc-pub-dotnet-deployment-tools-b2d5c0c-5 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-5/nuget/v3/index.json 7. darc-pub-dotnet-deployment-tools-b2d5c0c-4 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-4/nuget/v3/index.json 8. darc-pub-dotnet-deployment-tools-b2d5c0c-3 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-3/nuget/v3/index.json 9. darc-pub-dotnet-deployment-tools-b2d5c0c-2 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-2/nuget/v3/index.json 10. darc-pub-dotnet-deployment-tools-b2d5c0c-15 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-15/nuget/v3/index.json 11. darc-pub-dotnet-deployment-tools-b2d5c0c-14 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-14/nuget/v3/index.json 12. darc-pub-dotnet-deployment-tools-b2d5c0c-13 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-13/nuget/v3/index.json 13. darc-pub-dotnet-deployment-tools-b2d5c0c-12 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-12/nuget/v3/index.json 14. darc-pub-dotnet-deployment-tools-b2d5c0c-11 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-11/nuget/v3/index.json 15. darc-pub-dotnet-deployment-tools-b2d5c0c-10 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-10/nuget/v3/index.json 16. darc-pub-dotnet-deployment-tools-b2d5c0c-1 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-1/nuget/v3/index.json 17. darc-pub-DotNet-msbuild-Trusted-a3e0085 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-a3e0085f/nuget/v3/index.json 18. darc-pub-dotnet-templating-9887f54 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-9887f549/nuget/v3/index.json 19. dotnet6 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 20. dotnet7 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 21. dotnet8 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 22. dotnet8-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 23. dotnet8-workloads [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 24. dotnet9 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 25. dotnet9-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 26. dotnet-public [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 27. dotnet-tools [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 28. Package source 1 [Enabled] C:\h\w\AA32093B\p\d\.nuget 29. testpackages [Enabled] C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\Testpackages C:\h\w\AA32093B\w\B6060963\e>dotnet test dotnet.Tests.dll -e HELIX_WORK_ITEM_TIMEOUT=00:45:00 -e DOTNET_SDK_TEST_EXECUTION_DIRECTORY=C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun -e DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=C:\h\w\AA32093B\p\r --results-directory .\ --logger trx --logger "console;verbosity=detailed" --blame-hang --blame-hang-timeout 15m --filter "Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters|Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll|Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestContainsEnvironmentVariables|Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestContainsMSBuildParameters|Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests|Microsoft.DotNet.Cli.Test.Tests.VSTestForwardDotnetRootEnvironmentVariables|Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests|Microsoft.DotNet.Cli.Workload.Clean.Tests.GivenDotnetWorkloadClean|Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall" -d C:\h\w\AA32093B\w\B6060963\uploads\dotnetTestLog.log VSTest version 17.12.0-release-24508-01 (x64) Starting test execution, please wait... Logging Vstest Diagnostics in file: C:\h\w\AA32093B\w\B6060963\uploads\dotnetTestLog.log A total of 1 test files matched the specified pattern. C:\h\w\AA32093B\w\B6060963\e\dotnet.Tests.dll Data collection : Logging DataCollector Diagnostics in file: C:\h\w\AA32093B\w\B6060963\uploads\dotnetTestLog.datacollector.26-01-08_10-30-15_83836_5.log Logging TestHost Diagnostics in file: C:\h\w\AA32093B\w\B6060963\uploads\dotnetTestLog.host.26-01-08_10-30-16_19238_5.log [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 9.0.11) [xUnit.net 00:00:00.16] Discovering: dotnet.Tests (method display = ClassAndMethod, method display options = None) Running C:\h\w\AA32093B\p\d\dotnet.exe --version Process ID: 6964 Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe -version Process ID: 6868 [xUnit.net 00:00:00.71] dotnet.Tests: Non-serializable data ('System.Object[]') found for 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.CanDetectCIStatusForEnvVars'; falling back to single test case. [xUnit.net 00:00:00.75] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture(rid: "os.1.2-x86", expected: X86)' (ID = '13d5396b96af670a725f95d4084ece771668aabb') [xUnit.net 00:00:00.75] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture(rid: "os.1.2-x64", expected: X64)' (ID = '22a97927326ecc50a13613d40389a7cfa8143fbf') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture(rid: "os.1.2-arm", expected: Arm)' (ID = 'f6f69f2cae99a77e2197a17d94ec21e11362c4ce') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture(rid: "os.1.2-arm64", expected: Arm64)' (ID = '703949c14d1e7fe2afa3b559f1147fc3108e4ac0') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture(rid: "os.1.2-wasm", expected: Wasm)' (ID = '84086c8304754e5fb1b4d6ab69b59722f12cb9a5') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture(rid: "os.1.2-s390x", expected: S390x)' (ID = 'd5652430d2237b9564000018b9263d6ae3d1ef95') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture(rid: "os.1.2-loongarch64", expected: LoongArch64)' (ID = '961a40e8321896d0102f7bf092cb571f7f94e88a') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture(rid: "os.1.2-armv6", expected: Armv6)' (ID = 'b91fb74b85be62ec5ecfab1421ca43d94dd259cb') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture(rid: "os.1.2-ppc64le", expected: Ppc64le)' (ID = '03e829226a56729b061ed6766a4d2b78d7b4ef2b') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture(rid: "os.1.2-lOOngaRch64", expected: LoongArch64)' (ID = '6f440542235e4fcf4aa04150a1693a6343329d4b') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture(rid: "os-x86", expected: X86)' (ID = '3a33e8db24d7b05489fb62b44cffc76914569dda') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture(rid: "-x86", expected: X86)' (ID = 'd8ecb6a92555f39e33578d0a014b39d4a3266041') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture(rid: "-x86-", expected: X86)' (ID = '7e726fc2e28983664402e6977951ba8261f67e74') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture_Invalid(rid: "")' (ID = '3bc17d6484e8572c51744848eba9f7cc85c13d1b') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture_Invalid(rid: "-")' (ID = '107a594eaaea0dafcd267ddabf599ec3e812a8af') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture_Invalid(rid: "--")' (ID = 'a6eb699122c8c14b4730e269ad3572dbfaa30eac') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture_Invalid(rid: "---")' (ID = '567df64367ec46cb22133ef1320b04022ddc6966') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture_Invalid(rid: "x86")' (ID = '5724c3ab7c70fa5fa711e051d5f08fb154052594') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture_Invalid(rid: "os")' (ID = 'c308277d58602cf52f3f290bb9ce1e15bae524dc') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture_Invalid(rid: "os.")' (ID = '7a0c7fa7b88d6c2d89165d985d94a38e5b9a679b') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture_Invalid(rid: "os.1")' (ID = '723f0b82ff786a2d24f08caf8fb0f60d7b0c32ce') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture_Invalid(rid: "os.1.2")' (ID = '42018c919d9f08fcde46c522d7d40b8a44874fb1') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture_Invalid(rid: "os.1.2-")' (ID = '96ef277c52d9ef9191311a005f55f272953b915c') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture_Invalid(rid: "os.1.2--")' (ID = 'cbcce881fdd7dd7e456f5a084ad4ff8093f76c4a') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture_Invalid(rid: "os.1.2-unknown")' (ID = 'e5a2b3176129469c53ed40a4f1c3980a63d57046') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture_Invalid(rid: "os.1.2-unknown-")' (ID = 'edb39d038f270b38822c7348acb816bf493137a9') [xUnit.net 00:00:00.76] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture_Invalid(rid: "os.1.2-unknown-x")' (ID = '42c406f1320713c430f0edea29dd1e69326018e1') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryParseArchitecture_Invalid(rid: "os.1.2-armel")' (ID = '2806e4c494d77a2d996c3fdfbc355dc41f2b00bc') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_KnownArchitecture(rid: "os-x86", frameworkVersion: null, currentArchitecture: X86, is64bit: True, expected: "DOTNET_ROOT")' (ID = '28e8c0b2c4e91dbe2238f62f1c1627657974dcc5') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_KnownArchitecture(rid: "os-x86", frameworkVersion: null, currentArchitecture: X86, is64bit: False, expected: "DOTNET_ROOT(x86)")' (ID = '1ba3ec9f213701ab17fa006778caaffcb00de0d8') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_KnownArchitecture(rid: "os-x86", frameworkVersion: "v5.0", currentArchitecture: X86, is64bit: True, expected: "DOTNET_ROOT")' (ID = '90bd1b8a1ab707eb4e3c4aa2b57b91cce04c2a3c') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_KnownArchitecture(rid: "os-x86", frameworkVersion: "v5.0", currentArchitecture: X86, is64bit: False, expected: "DOTNET_ROOT(x86)")' (ID = 'dbe5125e6b8924a4cbf22d31c6a8b98a8d95c449') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_KnownArchitecture(rid: "os-x86", frameworkVersion: "v6.0", currentArchitecture: X86, is64bit: True, expected: "DOTNET_ROOT_X86")' (ID = '69fa69bb4ff5d65995679b2dff720275e2290ab8') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_KnownArchitecture(rid: "os-x86", frameworkVersion: "v6.0", currentArchitecture: X86, is64bit: False, expected: "DOTNET_ROOT_X86")' (ID = '49e1e705d520607bce7e9d00688bd8bf0aa6e1b6') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_KnownArchitecture(rid: "os-x64", frameworkVersion: "v5.0", currentArchitecture: X64, is64bit: True, expected: "DOTNET_ROOT")' (ID = 'fcb63a5dc01efd3ed35b3326aaf1bca5d9a78cde') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_KnownArchitecture(rid: "os-x64", frameworkVersion: "v6.0", currentArchitecture: X64, is64bit: True, expected: "DOTNET_ROOT_X64")' (ID = '02b7586bdf83ad6813aef2ac704e5d67cbb1e987') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_KnownArchitecture(rid: "os-arm64", frameworkVersion: "v6.0", currentArchitecture: Arm64, is64bit: True, expected: "DOTNET_ROOT_ARM64")' (ID = '8b2d03bfb13ff14115778bcc59518c1ec3a35fcc') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_KnownArchitecture(rid: "os-armv6", frameworkVersion: "v6.0", currentArchitecture: Armv6, is64bit: True, expected: "DOTNET_ROOT_ARMV6")' (ID = '15be0000a72bda679886f13190d41d795014861b') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_KnownArchitecture(rid: "os-armv6", frameworkVersion: "v6.0", currentArchitecture: Arm64, is64bit: True, expected: null)' (ID = 'b7f85c6b03357d7e42fe7002ee66e1b18ad8f742') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_KnownArchitecture(rid: "os-x64", frameworkVersion: "v6.0", currentArchitecture: X86, is64bit: False, expected: null)' (ID = 'ce0705fd32c429bd5314b6523a6c00a285d213ea') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_UnknownArchitecture(frameworkVersion: null, currentArchitecture: X86, is64bit: True, expected: "DOTNET_ROOT")' (ID = '98705370a768b2e752f078e5e931fd2d8668748f') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_UnknownArchitecture(frameworkVersion: null, currentArchitecture: X86, is64bit: False, expected: "DOTNET_ROOT(x86)")' (ID = '0972849deee858d4c8fa586f78b6808a7355afd2') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_UnknownArchitecture(frameworkVersion: "v5.0", currentArchitecture: X86, is64bit: True, expected: "DOTNET_ROOT")' (ID = 'ba909308d8dc972b33e3a5257b90f7f9300548ed') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_UnknownArchitecture(frameworkVersion: "v5.0", currentArchitecture: X86, is64bit: False, expected: "DOTNET_ROOT(x86)")' (ID = '82d51e6a35c243f0b10e0db0727f2b71653e1e94') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_UnknownArchitecture(frameworkVersion: "v6.0", currentArchitecture: X86, is64bit: True, expected: "DOTNET_ROOT_X86")' (ID = 'fb27fd777b8d19b7e0d743fa256b417c771bc23b') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_UnknownArchitecture(frameworkVersion: "v6.0", currentArchitecture: X86, is64bit: False, expected: "DOTNET_ROOT_X86")' (ID = '57cda68e7fed68892821226ca1ce81e0393be9ba') [xUnit.net 00:00:00.77] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_UnknownArchitecture(frameworkVersion: "v5.0", currentArchitecture: X64, is64bit: True, expected: "DOTNET_ROOT")' (ID = '4fd4da1fbe5c1f20ce3c1a1f919d7b87e56f1de1') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_UnknownArchitecture(frameworkVersion: "v6.0", currentArchitecture: X64, is64bit: True, expected: "DOTNET_ROOT_X64")' (ID = '3c2165e2a4eabf2dc7e7d089515467a579c90204') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_UnknownArchitecture(frameworkVersion: "v6.0", currentArchitecture: Arm64, is64bit: True, expected: "DOTNET_ROOT_ARM64")' (ID = '238cb260fb425e5f4d8649e303c59981da7acfbe') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_UnknownArchitecture(frameworkVersion: "v6.0", currentArchitecture: Armv6, is64bit: True, expected: "DOTNET_ROOT_ARMV6")' (ID = '33570679e961c56c66ee8775fb2f7caf3e39c378') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_UnknownArchitecture(frameworkVersion: "v6.0", currentArchitecture: Wasm, is64bit: True, expected: "DOTNET_ROOT_WASM")' (ID = '1ade645be710b5ca26d5345384546b0755661ed8') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.EnvironmentVariableNamesTests.TryGetDotNetRootVariableName_UnknownArchitecture(frameworkVersion: "v6.0", currentArchitecture: Wasm, is64bit: False, expected: "DOTNET_ROOT_WASM")' (ID = '93690872a73b65820c2ea33a1caa163d9c3729dc') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "-h")' (ID = '447e7dc6f0bcd5e5dc7a761535e41f08d10602d2') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "sln remove -h")' (ID = '27d84d8b5b37ce46a5ac474add882055a4c9affb') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "sln list -h")' (ID = '8dbe7d68f73cf29a433a45e6900807ced85c3fa4') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "sln add -h")' (ID = '5e12d190562c4f67118ba32c791929663e8d1513') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "sln -h")' (ID = '0d597a0f6d9ba23b544e4bae2c7a6ffe98832311') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "run -h")' (ID = 'fdc404c8b55aa280a27107d26c37ec8469336166') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "restore -h")' (ID = '9749f1b95b99c44020b50a33467ad4b08ddf54da') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "remove -h")' (ID = '88630655969d9f435184ca95cdd747696a85f221') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "publish -h")' (ID = '343c0618415fb01445366c2879efc64c607a95f5') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "store -h")' (ID = 'fb89cb414a00a55dd4eda2b4173f629745e28a00') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "pack -h")' (ID = '873e47b6ed44276c81c3e82bfa553ba21e51e85d') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "new -h --debug:ephemeral-hive")' (ID = '68301e3190efc0b791643c74003b11216048f25c') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "msbuild -h")' (ID = 'c5e4520ec87c3d87386999d7e0cd049c9376d771') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "list -h")' (ID = '47a0c167653e6b74d7c9bae75c0d5fc2963fdfb1') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "clean -h")' (ID = '3b83c84c7e232d93bc0dd4db7d043af8f0a4f9c6') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "build -h")' (ID = '82039b296aa4c2483df875ebe64f81054c749682') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "add reference -h")' (ID = 'c71a48a1d95bb33a8504c41950cc09faa7668f23') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "add package -h")' (ID = '72e10aa81fa17f419511aa194e2a5cfe35d678ae') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "add -h")' (ID = '4bbab5dfe502f747fc32d039601a111440d4f6eb') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "nuget -h")' (ID = '71c7d8d0f1f71c305c11d808f773f6557214a598') [xUnit.net 00:00:00.78] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsNotAnError(commandLine: "test -h")' (ID = '3aad4b0f4b08b29fd8b5e5469f4342151467ff61') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.GivenThatTheUserRequestsHelp.TheResponseIsAnError(commandLine: "faketool -h")' (ID = 'a33490f02465cd061b8cb4ece8b5b7fe9ef5ed04') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.OutputPathOptionTests.OutputOptionGeneratesWarningsWithSolutionFiles(command: "build", shouldWarn: True)' (ID = '83f58b7080caf846af1a1533a0b070a7fbde6dc6') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.OutputPathOptionTests.OutputOptionGeneratesWarningsWithSolutionFiles(command: "clean", shouldWarn: True)' (ID = '0576fefd62c6c97a00da744740946e765e18534c') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.OutputPathOptionTests.OutputOptionGeneratesWarningsWithSolutionFiles(command: "pack", shouldWarn: False)' (ID = '745b2682a180b6c27b4917de53c926a9881a12ff') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.OutputPathOptionTests.OutputOptionGeneratesWarningsWithSolutionFiles(command: "publish", shouldWarn: True)' (ID = '25af7785b2829c20aaa6cf33cd54cc246470e0ff') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.OutputPathOptionTests.OutputOptionGeneratesWarningsWithSolutionFiles(command: "test", shouldWarn: True)' (ID = 'cfc18c5c3cea8454dc9756b52bfe398d06eef576') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.OutputPathOptionTests.OutputPathPropertyDoesNotGenerateWarningsWithSolutionFiles(command: "build")' (ID = 'e0d116d31e91cb2164b9fab3a2895f6131b0a291') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.OutputPathOptionTests.OutputPathPropertyDoesNotGenerateWarningsWithSolutionFiles(command: "clean")' (ID = 'f55691adb8eb48fa716af1d5c0a61aab30396e6e') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.OutputPathOptionTests.OutputPathPropertyDoesNotGenerateWarningsWithSolutionFiles(command: "pack")' (ID = '4470599c29b54255bae96eeb04bbbea7d757d3ec') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.OutputPathOptionTests.OutputPathPropertyDoesNotGenerateWarningsWithSolutionFiles(command: "publish")' (ID = '852a14d8b86e277d32687520c639baa3268b017e') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.OutputPathOptionTests.OutputPathPropertyDoesNotGenerateWarningsWithSolutionFiles(command: "test")' (ID = '257dfce604b35d8537f03c12bd0e3c21883592b5') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.ToolSearchTests.NugetSearchApiDeserializerTests.ItCanDeserialize' (ID = '718f5c0769a9df7a8980c872191afb80eb022231') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.ToolSearchTests.NugetSearchApiParameterTests.ItShouldValidateSkipType' (ID = '72ca72fa3931380bd7a2c89f0d41648e6e98dd1a') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.ToolSearchTests.NugetSearchApiParameterTests.ItShouldValidateTakeType' (ID = '63aa17b3a221bfbe10db4cd6ebb3d894b62c8e4e') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.ToolSearchTests.NugetSearchApiParameterTests.ItShouldNotThrowWhenInputIsValid' (ID = '5481e7db6deacc8e5107b8ff0b2cd91f94affa24') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.ToolSearchTests.NugetSearchApiRequestTests.WhenPassedInRequestParametersItCanConstructTheUrl' (ID = 'befc4bf9959420f1164183c0440baf794ca9ee9b') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.ToolSearchTests.NugetSearchApiRequestTests.WhenPassedWithoutParameterItCanConstructTheUrl' (ID = '93784e8652ed3d24e39c6fe86bcb80fc6517f322') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.ToolSearchTests.SearchResultPrinterTests.WhenDetailedIsFalseResultHasNecessaryInfo' (ID = 'c824a8a07190e2ce65365af5c518ed84cc830c35') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.ToolSearchTests.SearchResultPrinterTests.WhenDetailedIsTrueResultHasNecessaryInfo' (ID = '1fe1f86cf5bb9ae4b7a7d9c9214db282a133adbd') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.ToolSearchTests.SearchResultPrinterTests.WhenInputIsEmptyDetailIsFalseItShouldPrintNoResultMessage' (ID = '4221fe96fb59bab8f3b5b1ffcf9fc4909c2a893b') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'dotnet.Tests.ToolSearchTests.SearchResultPrinterTests.WhenInputIsEmptyDetailIsTrueItShouldPrintNoResultMessage' (ID = 'e67c6d62fdfcb4fc1950fbdce8b8866990b51799') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.AppHostShellShimMakerTests.WhenCallWithWpfDllItCanCreateShimWithWindowsGraphicalUserInterfaceBitSet' (ID = '6956ca3a25f30ed9d154149d0598e216c0da23c0') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.AppHostShellShimMakerTests.GivenNonWindowsMachineWhenCallWithWpfDllItCanCreateShimWithoutThrow' (ID = '48439b8e9be0805aeaf25b4005641ef70b1f6e57') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.EnvironmentPathFactoryTests.GivenFollowingEnvironmentVariableValueItCanReturnOsxZshEnvironmentPathInstruction' (ID = '28c32bb3a5d33c835a7609b385d0fa5fcd215741') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.EnvironmentPathFactoryTests.GivenFollowingEnvironmentVariableValueItShouldReturnOsxBashEnvironmentPath' (ID = '1e56275a94d8469a0b98d7f1dd3f6fca7dc6ed5a') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.EnvironmentPathFactoryTests.GivenWindowsItShouldReturnOsxBashEnvironmentPath' (ID = 'd7218b3d2f6419e723066589bddf5037cd2f8a1c') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.EnvironmentPathFactoryTests.GivenLinuxItShouldReturnOsxBashEnvironmentPath' (ID = 'f2b305e3d1f55b5ad4afaf2894e6031797de8403') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.LinuxEnvironmentPathTests.GivenPathNotSetItPrintsManualInstructions' (ID = '2a1f26b1b5ea2fbc6a6f6c26cbf7a7551f085ef2') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.LinuxEnvironmentPathTests.GivenPathNotSetAndProfileExistsItPrintsLogoutMessage' (ID = '399f7c51287165dd5af5f4fd7f8cc0d9c63bd02e') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.LinuxEnvironmentPathTests.GivenPathSetItPrintsNothing' (ID = 'bdd97dcb2b05fe175885f2bd208e248455cb263e') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.LinuxEnvironmentPathTests.GivenPathSetItDoesNotAddPathToEnvironment' (ID = '5000226a35535f158e9ef0dd759d14efcc1722b4') [xUnit.net 00:00:00.79] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.LinuxEnvironmentPathTests.GivenPathNotSetItAddsToEnvironment' (ID = '2626b2d105705582dba2f53887de2e20c540e7bc') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.OsxEnvironmentPathTests.GivenPathNotSetItPrintsManualInstructions' (ID = '6bd3c5a5e6ee07ce43870d45893a4306e2ed0a52') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.OsxEnvironmentPathTests.GivenPathNotSetAndProfileExistsItPrintsReopenMessage' (ID = '5f4973f66e70bba737efc858f6ae1716b0de3ef3') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.OsxEnvironmentPathTests.GivenPathSetItPrintsNothing' (ID = 'c176daba33a26c9f85612620887cca5e2aa76d24') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.OsxEnvironmentPathTests.GivenPathSetItDoesNotAddPathToEnvironment' (ID = '7b60a3309146d6fa3c16362bd908984ebb524ac9') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.OsxEnvironmentPathTests.GivenPathNotSetItAddsToEnvironment' (ID = 'c3eddea56ffeaff33a22e4750dad3451cf9edec9') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.OsxZshEnvironmentPathInstructionTests.GivenPathNotSetItPrintsManualInstructions' (ID = '10e56f8890a61792809eec45689c59d6faa57c83') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.OsxZshEnvironmentPathInstructionTests.GivenPathSetItPrintsNothing' (ID = 'be0e42a0b767eccda57a9ebecabeab4808f47edc') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.OsxZshEnvironmentPathInstructionTests.GivenPathSetItPrintsInstruction' (ID = 'e3341c8f9630c4f0acfca27e2b0a25206890fc22') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenAnExecutablePathItCanGenerateShimFile' (ID = 'ff78524a8e7c79a00770269cc8d26c0843dbccc5') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenAnExecutableAndRelativePathToShimPathItCanGenerateShimFile' (ID = '48ca9913b67ac3dc70e27a95731267f5d368a2a4') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenAnExecutablePathItCanGenerateShimFileInTransaction' (ID = 'a6ca937aadcf4c79b1d12a3c4f7c9f6f363b8d92') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenAnExecutablePathDirectoryThatDoesNotExistItCanGenerateShimFile' (ID = 'e92e5efbcecf99f1344f45341895c18d237c84e4') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenAShimItPassesThroughArguments(arguments: "arg1 arg2", expectedPassThru: ["arg1", "arg2"])' (ID = '20c242eae5100269fd7caa5202ccb10ef4c675ea') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenAShimItPassesThroughArguments(arguments: " \"arg1 with space\" arg2", expectedPassThru: ["arg1 with space", "arg2"])' (ID = '254f6715257cb55d8032d5b299fbefa111d7720d') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenAShimItPassesThroughArguments(arguments: " \"arg with ' quote\" ", expectedPassThru: ["arg with ' quote"])' (ID = '2a7aebb64bb955f02100fa651bf772cbcb8f9917') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenAShimConflictItWillRollback(testMockBehaviorIsInSync: False)' (ID = '9269eda83d94033039d026e394120fb20bf52231') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenAShimConflictItWillRollback(testMockBehaviorIsInSync: True)' (ID = '33de726ab0c8188b7180a6716ad9df6baf038b0e') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenAnExceptionItWillRollback(testMockBehaviorIsInSync: False)' (ID = '46c853ae13c9a359a15c3b3d9a40013a3e689a18') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenAnExceptionItWillRollback(testMockBehaviorIsInSync: True)' (ID = '7470d4f228461b9cf97665b68b6e5b3967f6bd09') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenANonexistentShimRemoveDoesNotThrow(testMockBehaviorIsInSync: False)' (ID = '7516057a7b242ab7ed2b450b8eba8e597d20ead1') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenANonexistentShimRemoveDoesNotThrow(testMockBehaviorIsInSync: True)' (ID = '8603a3011ae78002527575bbfa7ea55288743ba2') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenAnInstalledShimRemoveDeletesTheShimFiles(testMockBehaviorIsInSync: False)' (ID = '3a43f2b552fdab7a057281f49d4e81019c446c5a') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenAnInstalledShimRemoveDeletesTheShimFiles(testMockBehaviorIsInSync: True)' (ID = 'ed72071a6c1e569f92153887b9199d26f7f1c592') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenAnInstalledShimRemoveRollsbackIfTransactionIsAborted(testMockBehaviorIsInSync: False)' (ID = 'ff06b82da82a450921d743fe39395a75f2ba331d') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenAnInstalledShimRemoveRollsbackIfTransactionIsAborted(testMockBehaviorIsInSync: True)' (ID = '10f427411c52442f929206b0dbc23f2f3696054f') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenAnInstalledShimRemoveCommitsIfTransactionIsCompleted(testMockBehaviorIsInSync: False)' (ID = '494c2e018b27505a9886801b0ade588219bfef4d') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.GivenAnInstalledShimRemoveCommitsIfTransactionIsCompleted(testMockBehaviorIsInSync: True)' (ID = '133055edfda507b9c087bdf0812f141dc11009bd') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.WhenPackagedShimProvidedItCopies' (ID = 'ab3902d581e325d29b03cd3816b1a7d0d2d71a25') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.WhenMultipleSameNamePackagedShimProvidedItThrows' (ID = '04cfa1d3a9a4ce42eb1036e2357a3f1077ae1e1e') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.WhenRidNotSupportedOnWindowsItIsImplicit(tfm: "net5.0")' (ID = 'b51ee9a66575fec5e38e94cac44b55dab2b50cbf') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ShellShimRepositoryTests.WhenRidNotSupportedOnWindowsItIsImplicit(tfm: "netcoreapp3.1")' (ID = '9415f269822a2dbda01641a960774b908bdc9d83') [xUnit.net 00:00:00.80] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.WindowsEnvironmentPathTests.GivenPathIsNullItItAddsToEnvironment' (ID = 'd8d759483c6ba5c14b407019b44d9d7a24874c40') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.WindowsEnvironmentPathTests.GivenPathNotSetInProcessItPrintsReopenNoticeAndNoChangeInEnvironment' (ID = '02b7a7ce800a2365cce7f462986ecc6faf276c14') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.WindowsEnvironmentPathTests.GivenPathNotSetInProcessWhenAddPackageExecutablePathToUserPathItPrintsReopenNoticeAndNoChangeInEnvironment' (ID = 'f5198cbb44ab9d351ab150afdd2e24f6764495f2') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.WindowsEnvironmentPathTests.GivenPathNotSetItAddsToEnvironment' (ID = '9138842cb7e9af5038a3353f304c8419cba64203') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.WindowsEnvironmentPathTests.GivenPathNotSetItPrintsManualInstructions' (ID = '7ceb16e1fd9636e1cf997a2b3ea1de9b0d73093b') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.WindowsEnvironmentPathTests.GivenPathSetInProcessAndEnvironmentItPrintsNothingAndNoChangeInEnvironment' (ID = '4f60fa9cdf2364e841411f03d9041b5055e71bd4') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.WindowsEnvironmentPathTests.GivenPathSetItDoesNotAddPathToEnvironment' (ID = 'dff444fbbb9db54fa5ffa67d0ff3c8a699f91473') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ZshDetectorTests.GivenFollowingEnvironmentVariableValueItCanDetectZsh(environmentVariableValue: "/bin/zsh")' (ID = '794f4c6a8b8b48c0ebcd5d9d4211144f9c0be70d') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ZshDetectorTests.GivenFollowingEnvironmentVariableValueItCanDetectZsh(environmentVariableValue: "/other-place/zsh")' (ID = '641b5b1f939b07e8333182334c0a2bfd896e46de') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ZshDetectorTests.GivenFollowingEnvironmentVariableValueItCanDetectItIsNotZsh(environmentVariableValue: "/bin/bash")' (ID = 'b6a09a84a78a2e8ad68a8ede795333707bac5b9c') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ZshDetectorTests.GivenFollowingEnvironmentVariableValueItCanDetectItIsNotZsh(environmentVariableValue: "/other/value")' (ID = '840bec4974f96d5a974657beaac2ec5669fdb226') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.ShellShim.Tests.ZshDetectorTests.GivenFollowingEnvironmentVariableValueItCanDetectItIsNotZsh(environmentVariableValue: null)' (ID = '132fdd10d16e97cb794d96314a869c178c9f0ee4') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurer.It_does_not_print_the_first_time_use_notice_if_the_sentinel_exists' (ID = 'ce99696937f285c4cd66450b14369d83c217992f') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurer.It_prints_the_telemetry_if_the_sentinel_does_not_exist' (ID = '923ad1bbc639b4b600a5c664de5112009335614d') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurer.It_adds_the_tool_path_to_the_environment_if_the_tool_path_sentinel_does_not_exist' (ID = 'f3a9fccb330bab0ba9c7f1cc3f3f758ac77aca03') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurer.It_does_not_add_the_tool_path_to_the_environment_if_the_tool_path_sentinel_exists' (ID = '1947b430168c46bf8dee7605a046ca17e5419b36') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurer.It_does_not_generate_the_aspnet_https_development_certificate_if_the_sentinel_exists' (ID = 'a8565935cd2f8eeed532a492face9400e9c760ca') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurer.It_does_not_generate_the_aspnet_https_development_certificate_when_the_user_has_set_the_DOTNET_GENERATE_ASPNET_CERTIFICATE_environment_variable' (ID = '30602c9aa2cbb4c1d0b7b6538cf48e55d457ef8a') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurer.It_generates_the_aspnet_https_development_certificate_if_the_sentinel_does_not_exist' (ID = 'aaf8251ae47f2a26623fe1da35a7f8c3605d6a67') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurer.It_adds_the_tool_path_to_the_environment_if_addGlobalToolsToPath_is_enabled' (ID = '364c2e014f251810612fd0e217c788b2bb2ca067') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurer.It_does_not_add_the_tool_path_to_the_environment_if_addGlobalToolsToPath_is_disabled' (ID = '07b664e949eb7b6c521104bf398dc3316a032138') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurer.It_does_add_telemetry_when_all_firsttimeuse_values_run' (ID = 'cc94ebbd10f9161554de69158793ae1935877e13') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurer.It_does_add_telemetry_when_no_firsttimeuse_values_run' (ID = '70e37ca7929d863bc54a3b5f249f2ed935c0bdf2') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurerWithStateSetup.FlagsCombinationAndAction(DOTNET_GENERATE_ASPNET_CERTIFICATE: False, DOTNET_CLI_TELEMETRY_OPTOUT: False, DOTNET_NOLOGO: False, isFirstRunInstallerRun: False, aspnetCertInstalledTimeShouldBeCalledAt: Never, printFirstTimeWelcomeMessageShouldBeCalledAt: FirstRun, printTelemetryMessageShouldBeCalledAt: FirstRun, telemetryFirstRunShouldBeEnabled: True, telemetrySecondRunShouldBeEnabled: True)' (ID = '438759b3df1ebfd16956bd337552e24fd31745eb') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurerWithStateSetup.FlagsCombinationAndAction(DOTNET_GENERATE_ASPNET_CERTIFICATE: True, DOTNET_CLI_TELEMETRY_OPTOUT: False, DOTNET_NOLOGO: False, isFirstRunInstallerRun: False, aspnetCertInstalledTimeShouldBeCalledAt: FirstRun, printFirstTimeWelcomeMessageShouldBeCalledAt: FirstRun, printTelemetryMessageShouldBeCalledAt: FirstRun, telemetryFirstRunShouldBeEnabled: True, telemetrySecondRunShouldBeEnabled: True)' (ID = 'fa5d3fd1552043f93e3c7ec7029dee82db9ee88a') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurerWithStateSetup.FlagsCombinationAndAction(DOTNET_GENERATE_ASPNET_CERTIFICATE: False, DOTNET_CLI_TELEMETRY_OPTOUT: True, DOTNET_NOLOGO: False, isFirstRunInstallerRun: False, aspnetCertInstalledTimeShouldBeCalledAt: Never, printFirstTimeWelcomeMessageShouldBeCalledAt: FirstRun, printTelemetryMessageShouldBeCalledAt: Never, telemetryFirstRunShouldBeEnabled: False, telemetrySecondRunShouldBeEnabled: False)' (ID = 'aabc628f20f4a382968f03657425f7124f670a24') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurerWithStateSetup.FlagsCombinationAndAction(DOTNET_GENERATE_ASPNET_CERTIFICATE: True, DOTNET_CLI_TELEMETRY_OPTOUT: True, DOTNET_NOLOGO: False, isFirstRunInstallerRun: False, aspnetCertInstalledTimeShouldBeCalledAt: FirstRun, printFirstTimeWelcomeMessageShouldBeCalledAt: FirstRun, printTelemetryMessageShouldBeCalledAt: Never, telemetryFirstRunShouldBeEnabled: False, telemetrySecondRunShouldBeEnabled: False)' (ID = 'ccb5201e55c4bf89defa626fd3ed102388ad18d1') [xUnit.net 00:00:00.81] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurerWithStateSetup.FlagsCombinationAndAction(DOTNET_GENERATE_ASPNET_CERTIFICATE: False, DOTNET_CLI_TELEMETRY_OPTOUT: False, DOTNET_NOLOGO: True, isFirstRunInstallerRun: False, aspnetCertInstalledTimeShouldBeCalledAt: Never, printFirstTimeWelcomeMessageShouldBeCalledAt: Never, printTelemetryMessageShouldBeCalledAt: Never, telemetryFirstRunShouldBeEnabled: True, telemetrySecondRunShouldBeEnabled: True)' (ID = '564b620fe78dae60093d308f4c42809cbdd59d29') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurerWithStateSetup.FlagsCombinationAndAction(DOTNET_GENERATE_ASPNET_CERTIFICATE: True, DOTNET_CLI_TELEMETRY_OPTOUT: False, DOTNET_NOLOGO: True, isFirstRunInstallerRun: False, aspnetCertInstalledTimeShouldBeCalledAt: FirstRun, printFirstTimeWelcomeMessageShouldBeCalledAt: Never, printTelemetryMessageShouldBeCalledAt: Never, telemetryFirstRunShouldBeEnabled: True, telemetrySecondRunShouldBeEnabled: True)' (ID = '78c5db71aa9b93ed08f797e9554399cab76d2117') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurerWithStateSetup.FlagsCombinationAndAction(DOTNET_GENERATE_ASPNET_CERTIFICATE: False, DOTNET_CLI_TELEMETRY_OPTOUT: True, DOTNET_NOLOGO: True, isFirstRunInstallerRun: False, aspnetCertInstalledTimeShouldBeCalledAt: Never, printFirstTimeWelcomeMessageShouldBeCalledAt: Never, printTelemetryMessageShouldBeCalledAt: Never, telemetryFirstRunShouldBeEnabled: False, telemetrySecondRunShouldBeEnabled: False)' (ID = '25dddab36a773273bfe1c79175a99c41a7c1566a') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurerWithStateSetup.FlagsCombinationAndAction(DOTNET_GENERATE_ASPNET_CERTIFICATE: True, DOTNET_CLI_TELEMETRY_OPTOUT: True, DOTNET_NOLOGO: True, isFirstRunInstallerRun: False, aspnetCertInstalledTimeShouldBeCalledAt: FirstRun, printFirstTimeWelcomeMessageShouldBeCalledAt: Never, printTelemetryMessageShouldBeCalledAt: Never, telemetryFirstRunShouldBeEnabled: False, telemetrySecondRunShouldBeEnabled: False)' (ID = '5c383fbc378a1d75f5c86f5983aa0cb482db6bda') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurerWithStateSetup.FlagsCombinationAndAction(DOTNET_GENERATE_ASPNET_CERTIFICATE: False, DOTNET_CLI_TELEMETRY_OPTOUT: False, DOTNET_NOLOGO: False, isFirstRunInstallerRun: True, aspnetCertInstalledTimeShouldBeCalledAt: Never, printFirstTimeWelcomeMessageShouldBeCalledAt: SecondRun, printTelemetryMessageShouldBeCalledAt: SecondRun, telemetryFirstRunShouldBeEnabled: True, telemetrySecondRunShouldBeEnabled: True)' (ID = '244aa0f4b73f238a4ab9e0a93830547ed9f30711') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurerWithStateSetup.FlagsCombinationAndAction(DOTNET_GENERATE_ASPNET_CERTIFICATE: True, DOTNET_CLI_TELEMETRY_OPTOUT: False, DOTNET_NOLOGO: False, isFirstRunInstallerRun: True, aspnetCertInstalledTimeShouldBeCalledAt: SecondRun, printFirstTimeWelcomeMessageShouldBeCalledAt: SecondRun, printTelemetryMessageShouldBeCalledAt: SecondRun, telemetryFirstRunShouldBeEnabled: True, telemetrySecondRunShouldBeEnabled: True)' (ID = '1e74af6107217d1e5c394c59f3d3eaaac409a856') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurerWithStateSetup.FlagsCombinationAndAction(DOTNET_GENERATE_ASPNET_CERTIFICATE: False, DOTNET_CLI_TELEMETRY_OPTOUT: True, DOTNET_NOLOGO: False, isFirstRunInstallerRun: True, aspnetCertInstalledTimeShouldBeCalledAt: Never, printFirstTimeWelcomeMessageShouldBeCalledAt: SecondRun, printTelemetryMessageShouldBeCalledAt: Never, telemetryFirstRunShouldBeEnabled: False, telemetrySecondRunShouldBeEnabled: False)' (ID = 'a85689d0402912cd589a039c68d79fcf3d0f2b05') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurerWithStateSetup.FlagsCombinationAndAction(DOTNET_GENERATE_ASPNET_CERTIFICATE: True, DOTNET_CLI_TELEMETRY_OPTOUT: True, DOTNET_NOLOGO: False, isFirstRunInstallerRun: True, aspnetCertInstalledTimeShouldBeCalledAt: SecondRun, printFirstTimeWelcomeMessageShouldBeCalledAt: SecondRun, printTelemetryMessageShouldBeCalledAt: Never, telemetryFirstRunShouldBeEnabled: False, telemetrySecondRunShouldBeEnabled: False)' (ID = '89f2167f56ca3fa70760bb4a922ab0716a3944dd') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurerWithStateSetup.FlagsCombinationAndAction(DOTNET_GENERATE_ASPNET_CERTIFICATE: False, DOTNET_CLI_TELEMETRY_OPTOUT: False, DOTNET_NOLOGO: True, isFirstRunInstallerRun: True, aspnetCertInstalledTimeShouldBeCalledAt: Never, printFirstTimeWelcomeMessageShouldBeCalledAt: Never, printTelemetryMessageShouldBeCalledAt: Never, telemetryFirstRunShouldBeEnabled: True, telemetrySecondRunShouldBeEnabled: True)' (ID = 'e82f6b21895394139cae5caa8daca3626a2373bc') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurerWithStateSetup.FlagsCombinationAndAction(DOTNET_GENERATE_ASPNET_CERTIFICATE: True, DOTNET_CLI_TELEMETRY_OPTOUT: False, DOTNET_NOLOGO: True, isFirstRunInstallerRun: True, aspnetCertInstalledTimeShouldBeCalledAt: SecondRun, printFirstTimeWelcomeMessageShouldBeCalledAt: Never, printTelemetryMessageShouldBeCalledAt: Never, telemetryFirstRunShouldBeEnabled: True, telemetrySecondRunShouldBeEnabled: True)' (ID = '31f7e204de0edd9f5d38593caf2ab98b5e046c97') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurerWithStateSetup.FlagsCombinationAndAction(DOTNET_GENERATE_ASPNET_CERTIFICATE: False, DOTNET_CLI_TELEMETRY_OPTOUT: True, DOTNET_NOLOGO: True, isFirstRunInstallerRun: True, aspnetCertInstalledTimeShouldBeCalledAt: Never, printFirstTimeWelcomeMessageShouldBeCalledAt: Never, printTelemetryMessageShouldBeCalledAt: Never, telemetryFirstRunShouldBeEnabled: False, telemetrySecondRunShouldBeEnabled: False)' (ID = '112f4fc616623e3791e58f3a6b93d5bb08eccdea') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenADotnetFirstTimeUseConfigurerWithStateSetup.FlagsCombinationAndAction(DOTNET_GENERATE_ASPNET_CERTIFICATE: True, DOTNET_CLI_TELEMETRY_OPTOUT: True, DOTNET_NOLOGO: True, isFirstRunInstallerRun: True, aspnetCertInstalledTimeShouldBeCalledAt: SecondRun, printFirstTimeWelcomeMessageShouldBeCalledAt: Never, printTelemetryMessageShouldBeCalledAt: Never, telemetryFirstRunShouldBeEnabled: False, telemetrySecondRunShouldBeEnabled: False)' (ID = '977660c9e8a94d07cba220c7e0bd899cfcba9e43') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenAFirstTimeUseNoticeSentinel.TheSentinelHasTheCurrentVersionInItsName' (ID = '0c5940137a0069013953a9f867bab88eaca1dcf5') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenAFirstTimeUseNoticeSentinel.ItReturnsTrueIfTheSentinelExists' (ID = 'd69a5ef51afb3b704971fec1d587bb85e4b56d9e') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenAFirstTimeUseNoticeSentinel.ItReturnsFalseIfTheSentinelDoesNotExist' (ID = '66b1a193de1b35c4008c085ad3f02d3d2b04f2e6') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenAFirstTimeUseNoticeSentinel.ItCreatesTheSentinelInTheDotnetUserProfileFolderPathIfItDoesNotExistAlready' (ID = '0c7b18924c4a787cb2ad84ba7ce80c25d0a8c772') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenAFirstTimeUseNoticeSentinel.ItDoesNotCreateTheSentinelAgainIfItAlreadyExistsInTheDotnetUserProfileFolderPath' (ID = 'eb26c667088a10643d73ce2cbda8ac19f7420043') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenAFirstTimeUseNoticeSentinel.ItCreatesTheDotnetUserProfileFolderIfItDoesNotExistAlreadyWhenCreatingTheSentinel' (ID = '469a6a9f90a6f44be9d5150e790aa871a96e596a') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenAFirstTimeUseNoticeSentinel.ItDoesNotAttemptToCreateTheDotnetUserProfileFolderIfItAlreadyExistsWhenCreatingTheSentinel' (ID = 'b31e66bf4a1e1525388e40f48c355500d5f8e0ac') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenAFunctionReturnStringAndFakeFileSystem.ItReturnsTheFunctionResult' (ID = '18f212ed8866edc2bd78640db3f488fe8d8a0a93') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenAFunctionReturnStringAndFakeFileSystem.ItRunsTheFunctionOnlyOnceWhenInvokeTwice' (ID = '8b866503715b3ff752efdfff373c998782e92f00') [xUnit.net 00:00:00.82] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenAFunctionReturnStringAndFakeFileSystem.ItKeepsTheCacheInUserProfileWithCacheKey' (ID = '785a563f745d52d4818f5d84cd61c46a354e5efe') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenAFunctionReturnStringAndFakeFileSystem.ItKeepsTheCacheInSpecificPath' (ID = '7ad2d8a00fd60a83b4ff129052d0671ec8dab412') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenAFunctionReturnStringAndFakeFileSystem.ItRunsAndReturnsTheValueIfCacheCreationFailed' (ID = 'a8e3f6008dd6e38958e56b828b47ea69ae5f5d75') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Configurer.UnitTests.GivenAPathCalculator.It_does_not_return_same_path_for_tools_package_and_tool_shim' (ID = 'c9f1b0dabeb9f4d87a0c9774510120cd2d13c8f9') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Restore.Test.GivenThatIWantToRestoreApp.ItRestoresAppToSpecificDirectory(useStaticGraphEvaluation: True)' (ID = '65d9314a9f59cb74be02f7de501b293b8c00cdda') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Restore.Test.GivenThatIWantToRestoreApp.ItRestoresAppToSpecificDirectory(useStaticGraphEvaluation: False)' (ID = 'e02cb5d9e47097929ee4f6e7d4d2c45fb754e9a5') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Restore.Test.GivenThatIWantToRestoreApp.ItRestoresLibToSpecificDirectory(useStaticGraphEvaluation: True, extension: ".csproj")' (ID = '18ef78606ec604cce686df28d4c7be7bb146b028') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Restore.Test.GivenThatIWantToRestoreApp.ItRestoresLibToSpecificDirectory(useStaticGraphEvaluation: False, extension: ".csproj")' (ID = 'b6ed76d3c5ec1171d53d0e1005352545ce893ab0') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Restore.Test.GivenThatIWantToRestoreApp.ItRestoresLibToSpecificDirectory(useStaticGraphEvaluation: True, extension: ".fsproj")' (ID = 'aa3adcfbcb97b93d9eb97a18eb2880088ed42be7') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Restore.Test.GivenThatIWantToRestoreApp.ItRestoresLibToSpecificDirectory(useStaticGraphEvaluation: False, extension: ".fsproj")' (ID = '239c4f82948db9d340d52e04d1aea3956fb811e8') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Restore.Test.GivenThatIWantToRestoreApp.ItRestoresTestAppToSpecificDirectory(useStaticGraphEvaluation: True)' (ID = '9adc3b1d5acdc5d562e23393daf1822372e5c937') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Restore.Test.GivenThatIWantToRestoreApp.ItRestoresTestAppToSpecificDirectory(useStaticGraphEvaluation: False)' (ID = '5fa85ee9e307e0e3ee2041652e18ab426ec00469') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Restore.Test.GivenThatIWantToRestoreApp.ItRestoresWithTheSpecifiedVerbosity(useStaticGraphEvaluation: True)' (ID = '4d84955980b9f5447b402a280749a0ab332b1666') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Restore.Test.GivenThatIWantToRestoreApp.ItRestoresWithTheSpecifiedVerbosity(useStaticGraphEvaluation: False)' (ID = '78e0b0f3217d50f5b57cd5bc3997622feb92e134') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Restore.Test.GivenThatIWantToRestoreApp.ItAcceptsArgumentsAfterProperties' (ID = 'e0e0072e2341f20651989ff4049c66cd29c2408b') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Pack.Tests.PackTests.OutputsPackagesToConfigurationSubdirWhenOutputParameterIsNotPassed' (ID = 'f225f5a85a0d182617295ab517c654bfd242d2cd') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Pack.Tests.PackTests.OutputsPackagesFlatIntoOutputDirWhenOutputParameterIsPassed' (ID = '769a1bb6dbb9161f67e496f771cf27390c9d4ede') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Pack.Tests.PackTests.SettingVersionSuffixFlag_ShouldStampAssemblyInfoInOutputAssemblyAndPackage' (ID = '0ab19899b363aaf4abbcc95a8cb59b704ffea6b6') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Pack.Tests.PackTests.HasIncludedFiles' (ID = 'da96a3c6891a9fa85b46a60a2efb501323522d61') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Pack.Tests.PackTests.PackAddsCorrectFilesForProjectsWithOutputNameSpecified' (ID = '0fca268e220259158c2151e38026bf120894adf8') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Pack.Tests.PackTests.PackWorksWithLocalProject(projectName: "TestAppSimple")' (ID = '21a14df501f34067b1d65b47bacb65d65b633201') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Pack.Tests.PackTests.PackWorksWithLocalProject(projectName: "FSharpTestAppSimple")' (ID = 'f4b74062da89f5126ad5da848cfe57c8269b6474') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Pack.Tests.PackTests.ItImplicitlyRestoresAProjectWhenPackaging' (ID = 'e2aa5e559f7a9cb1b6127da7a0c402813370c273') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Pack.Tests.PackTests.ItDoesNotImplicitlyBuildAProjectWhenPackagingWithTheNoBuildOption' (ID = '37a3e8c002d8137b76539023ea843fcf926c3577') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Pack.Tests.PackTests.ItDoesNotImplicitlyRestoreAProjectWhenPackagingWithTheNoRestoreOption' (ID = 'f134633bd1fc27b5a89cf1c8d9fb6f6b1853a7fa') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Pack.Tests.PackTests.HasServiceableFlagWhenArgumentPassed' (ID = '1fc95c7ef13688b4487c35fe904b2a616c09c5ff') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Pack.Tests.PackTests.ItPacksAppWhenRestoringToSpecificPackageDirectory' (ID = 'e6fa767003fdee6a7e7c8f63861dfeae53491c5b') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Pack.Tests.PackTests.DotnetPackDoesNotPrintCopyrightInfo' (ID = '5e959cd787bfb821c2513d93ed044ec39a4157c0') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Pack.Tests.PackTests.DotnetPackAcceptsRuntimeOption' (ID = '292200255d74bd8f7b654ace815e2ca307be3aa4') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Help.Tests.GivenThatIWantToShowHelpForDotnetCommand.WhenHelpOptionIsPassedToDotnetItPrintsUsage(helpArg: "--help")' (ID = '35fcc625e5ceb23432f3e43d8e540ffcadb3dbdf') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Help.Tests.GivenThatIWantToShowHelpForDotnetCommand.WhenHelpOptionIsPassedToDotnetItPrintsUsage(helpArg: "-h")' (ID = '06b6f89ec56e90faff37ee5299341ad254046b2b') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Help.Tests.GivenThatIWantToShowHelpForDotnetCommand.WhenHelpOptionIsPassedToDotnetItPrintsUsage(helpArg: "-?")' (ID = '3b69223f18339272ee2bb6ffea87ea71ff6a95bd') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Help.Tests.GivenThatIWantToShowHelpForDotnetCommand.WhenHelpOptionIsPassedToDotnetItPrintsUsage(helpArg: "/?")' (ID = '29dd425116015ec6add249fe2d9be7a8e8fe17fa') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Help.Tests.GivenThatIWantToShowHelpForDotnetCommand.WhenHelpCommandIsPassedToDotnetItPrintsUsage' (ID = 'fa97bc552ab6e994f4bc286e89e7c18d4b1b3d0e') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Help.Tests.GivenThatIWantToShowHelpForDotnetCommand.WhenInvalidCommandIsPassedToDotnetHelpItPrintsError' (ID = 'b081e5ef244c979d681a40c3d4d751efab250d9b') [xUnit.net 00:00:00.83] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Help.Tests.GivenThatIWantToShowHelpForDotnetCommand.WhenCommandWithoutDocLinkIsPassedToDotnetHelpItPrintsError(command: "complete")' (ID = 'ef1af78ae96e2084bc25835548cc672f03de8fc6') [xUnit.net 00:00:00.84] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Help.Tests.GivenThatIWantToShowHelpForDotnetCommand.WhenCommandWithoutDocLinkIsPassedToDotnetHelpItPrintsError(command: "parse")' (ID = '5b1644138764feedfe612edad2229a47fb0c2d45') [xUnit.net 00:00:00.84] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Help.Tests.GivenThatIWantToShowHelpForDotnetCommand.WhenRunOnWindowsDotnetHelpCommandShouldContainProperProcessInformation' (ID = '60798dabeceb6978a5cfa79176e8125d8631558b') [xUnit.net 00:00:00.84] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Help.Tests.GivenThatIWantToShowHelpForDotnetCommand.WhenRunOnLinuxDotnetHelpCommandShouldContainProperProcessInformation' (ID = 'df184fa76d558dfd76a99c742796210de6c3090e') [xUnit.net 00:00:00.84] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Help.Tests.GivenThatIWantToShowHelpForDotnetCommand.WhenRunOnMacOsDotnetHelpCommandShouldContainProperProcessInformation' (ID = '47f040611662ce7628c7fba6eafb6bdd364045a6') [xUnit.net 00:00:00.84] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Help.Tests.GivenThatIWantToShowHelpForDotnetHelpCommand.WhenHelpOptionIsPassedToDotnetHelpCommandItPrintsUsage(helpArg: "--help")' (ID = 'fbd575aa6f9fb3a68f620ab0353783ade4dbdab7') [xUnit.net 00:00:00.84] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Help.Tests.GivenThatIWantToShowHelpForDotnetHelpCommand.WhenHelpOptionIsPassedToDotnetHelpCommandItPrintsUsage(helpArg: "-h")' (ID = 'ca1aa3ed9390c79138baad47b1965cc2e18225ea') [xUnit.net 00:00:00.84] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Help.Tests.GivenThatIWantToShowHelpForDotnetHelpCommand.WhenHelpOptionIsPassedToDotnetHelpCommandItPrintsUsage(helpArg: "-?")' (ID = '43148bf0651cb5ae73cd4ab027956e4e0595eb44') [xUnit.net 00:00:00.84] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Help.Tests.GivenThatIWantToShowHelpForDotnetHelpCommand.WhenHelpOptionIsPassedToDotnetHelpCommandItPrintsUsage(helpArg: "/?")' (ID = '6adbac584ce71b3b625f5dcc2f2f274d247560b2') [xUnit.net 00:00:00.84] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["push", "foo.1.0.0.nupkg"], result: 0)' (ID = 'dff1239fc81a19ee8c9faa340d95d151576ba01d') [xUnit.net 00:00:00.84] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["why"], result: 0)' (ID = 'c7735435b69f065dbcf50204ad9e333efad3772b') [xUnit.net 00:00:00.84] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["package", "search", "nuget", "--source", "https://api.nuget.org/v3/index.json", ···], result: 0)' (ID = '1a70478ad95e528dff8ab309a68221fe982cdcd1') [xUnit.net 00:00:00.84] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["package", "search", "nuget"], result: 0)' (ID = '1b1f6cffd1f3905806dac8f9ec4df7035061e5b2') [xUnit.net 00:00:00.84] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["sign", "foo.1.0.0.nupkg", "--certificate-store-name", "My", "--certificate-store-location", ···], result: 0)' (ID = '0c83bec31fa05617ee65b4a977a11ab673938866') [xUnit.net 00:00:00.84] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["sign", "foo.1.0.0.nupkg", "--certificate-store-name", "My", "--certificate-store-location", ···], result: 0)' (ID = '7f9d8b3a4a6ef6c251f9a2a61efea730c2961209') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["sign", "foo.1.0.0.nupkg", "--certificate-fingerprint", "CE40881FF5F0AD3E58965DA20A9F57", "--certificate-password", ···], result: 0)' (ID = 'bc3cf98f081de3ddf03f4c8c558927a49f83a47d') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["sign", "foo.1.0.0.nupkg", "--certificate-path", "certficate.pfx", "--certificate-password", ···], result: 0)' (ID = 'cf754be50ee6376c3ad1da6e361d98b0b05c3c62') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["sign", "foo.1.0.0.nupkg", "--certificate-path", "certficate.pfx", "--certificate-password", ···], result: 0)' (ID = 'c36e6b33a5ad8db99532d581d1429524df420524') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["trust", "remove Nuget"], result: 0)' (ID = '1e7ac544f112d58cda990a186b9da443ff035e44') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["trust", "source NuGet --configfile ..\nuget.config"], result: 0)' (ID = 'cd5d54f482f8dd8d544f41ba0c5f95b1a4258f53') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["trust", "certificate MyCompanyCert CE40881FF5F0AD3E58965DA"···], result: 0)' (ID = 'bd94fb216efcb66da4914e782f20c402258af517') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["trust", "-v d"], result: 0)' (ID = '88a1f9d68c30e1374967a531b6952b3f06515d37') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["verify", "foo.1.0.0.nupkg", "--certificate-fingerprint", "CE40881FF5F0AD3E58965DA20A9F57", "--certificate-fingerprint", ···], result: 0)' (ID = '0940196c44ffd77d5d9fb2c3492440f73425e5fa') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["verify", "foo.1.0.0.nupkg", "--all"], result: 0)' (ID = '8fc261b7710254484ee13b89d72bf83e39a93005') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["verify", "foo.1.0.0.nupkg"], result: 0)' (ID = '97cfb6d7cb1d80d8f52db7d219640525a2b793b7') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["locals", "http-cache", "packages-cache", "global-packages", "temp"], result: 0)' (ID = '90de9d0c72a1eb151000df833c95cb507c559798') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["locals"], result: 0)' (ID = '21ae4a95bf5d7b7c6db1f6ab70ef25900f7a9b2a') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["delete", "foo.1.0.0.nupkg", "--api-key", "12345678-1234-1234-1234-123456789012", "--source", ···], result: 0)' (ID = '787b6f93a21f0db05b6f2cecb815f5af0a56360d') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["delete", "foo.1.0.0.nupkg", "--non-interactive"], result: 0)' (ID = '4d3eec84e963f9a1956874d7f9b3766d61eae982') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["delete", "foo.1.0.0.nupkg"], result: 0)' (ID = 'cb7911f61b20d72ff253d74f34c736e4b4e588ab') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["push", "foo.1.0.0.nupkg", "--api-key", "12345678-1234-1234-1234-123456789012", "--source", ···], result: 0)' (ID = 'fcd7c51b3e1e1931b70ffc304b91e69afa9150f3') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["push", "foo.1.0.0.nupkg", "--api-key", "12345678-1234-1234-1234-123456789012", "--source", ···], result: 0)' (ID = '62413fe867b43db292c36e6bf50ff5cdd55d0c17') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["push", "foo.1.0.0.nupkg", "-k", "12345678-1234-1234-1234-123456789012"], result: 0)' (ID = '0f7ca7191fedf2d4735c42eb9cb0c9db61453b7d') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["why", "C:\\path", "Fake.Package"], result: 0)' (ID = 'd55346b015e7ca0651379eb599d3dfd272d643c0') [xUnit.net 00:00:00.85] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItPassesCommandIfSupported(inputArgs: ["why", "C:\\path", "Fake.Package", "--framework", "net472", ···], result: 0)' (ID = 'b9a1c5332b30e0e3f80ebe64648f9141b14f6e0e') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tools.Run.Tests.GivenANuGetCommand.ItAcceptsPrefixedOption' (ID = '741d1662590a7caf95e561b0ff7d5808881e67ed') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.GivenForwardingApp.DotnetExeIsExecuted' (ID = '66c2f2eb7c21745d46c0692aa8696ef690e9fecf') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.GivenForwardingApp.DotnetIsExecuted' (ID = '9d4b44e082ca37f0f8c2aa1be0df8409d643e373') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.GivenForwardingApp.ItForwardsArgs' (ID = '383919fc511b6a01835c86d0ce3b1f19cc0ea059') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.GivenForwardingApp.ItAddsDepsFileArg' (ID = 'e6c2b6a89192a94523c57e5fbfdac3cc6e098265') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.GivenForwardingApp.ItAddsRuntimeConfigArg' (ID = '057c711dbb2b062e00516ba82592015d6885e8e3') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.GivenForwardingApp.ItAddsAdditionalProbingPathArg' (ID = '4e091a2c617f941a511ff4c4a880d22977936ff6') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.GivenForwardingApp.ItQuotesArgsWithSpaces' (ID = '8ba16dfc340497b8055f7c585692409df56d8bce') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.GivenForwardingApp.ItEscapesArgs' (ID = '82941de4d7157491c378f13459e75fac5a366675') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.GivenForwardingApp.ItSetsEnvironmentalVariables' (ID = '9d67c6de903d930999468a0e7c9982af2a903d22') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Telemetry.PersistenceChannel.Tests.SenderTests.WhenServerReturn503TransmissionWillBeRetried' (ID = '748805f6fb639707353d1719c26be5c9c70f4c88') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Telemetry.PersistenceChannel.Tests.SenderTests.WhenServerReturn400IntervalWillBe10Seconds' (ID = 'cdd6bbf6e1a85ab223c8c14447d12fac7caf1149') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Telemetry.PersistenceChannel.Tests.SenderTests.DisposeDoesNotThrow' (ID = 'f6604c5fc12b96eebe2014f5ab4ab77bc7c00b77') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Telemetry.PersistenceChannel.Tests.SenderTests.WhenServerReturnDnsErrorRequestWillBeRetried' (ID = '7392d8350eb35e341b4d265f44b9e5b100436487') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Telemetry.PersistenceChannel.Tests.StorageTests.EnqueuedContentIsEqualToPeekedContent' (ID = '5df144da0cd19db4ecf66f6c6ed2431dd8701b40') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Telemetry.PersistenceChannel.Tests.StorageTests.DeletedItemIsNotReturnedInCallsToPeek' (ID = '964203eaf2a81d41363057467d8df628d1922f67') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Telemetry.PersistenceChannel.Tests.StorageTests.PeekedItemIsOnlyReturnedOnce' (ID = 'bf7090d64a9361d22bd9f36bf18c82023c8fcbbf') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Telemetry.PersistenceChannel.Tests.StorageTests.PeekedItemIsReturnedAgainAfterTheItemInTheFirstCallToPeekIsDisposed' (ID = '512255169a947531d83c05eb1fd0eb0bbe276ca6') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Telemetry.PersistenceChannel.Tests.StorageTests.WhenStorageHasTwoItemsThenTwoCallsToPeekReturns2DifferentItems' (ID = '166654042d958e473d611759cca52334dfc4470e') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Telemetry.PersistenceChannel.Tests.StorageTests.WhenMaxFilesIsOneThenSecondTransmissionIsDropped' (ID = '5c52ac878ec15416a50efb6ed6ceac5f71b40ca6') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Telemetry.PersistenceChannel.Tests.StorageTests.WhenMaxSizeIsReachedThenEnqueuedTransmissionsAreDropped' (ID = '7b0768a64fbec92fdb0ee9205ee39fa2fa8e8665') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.TestsFromAGivenContainerShouldRunWithExpectedOutput' (ID = '4fabc0f32fb40de4ee8898f9b8eceb451f9e8916') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.GivenADllAndMultipleTestRunParametersItPassesThemToVStestConsoleInTheCorrectFormat' (ID = 'c1c47c2629895d58ebf538bf2f03361738d5db87') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.ItShouldSetDotnetRootToLocationOfDotnetExecutable' (ID = 'e2615316dbb1554175ff39a681fec2932f205ee1') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.ItShouldAcceptMultipleLoggers' (ID = '59f21e7820a3bc6f45ae4c7045d9d7311088a1be') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.ItShouldAcceptNoLoggers' (ID = 'c0e6e372725d4a395a6f1822fb68a3e621a042c3') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsArtifactPostProcessing.ArtifactPostProcessing_SolutionProjects(merge: True)' (ID = '32112873977eaeed18f890e50ef2ddf21bd2e046') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsArtifactPostProcessing.ArtifactPostProcessing_SolutionProjects(merge: False)' (ID = '1b82ffe192a59065488ffeda2059c7ebfbf8f47c') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsArtifactPostProcessing.ArtifactPostProcessing_TestContainers(merge: True)' (ID = '70712ffa6f291661fd6a700f39cb124bbed259fc') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsArtifactPostProcessing.ArtifactPostProcessing_TestContainers(merge: False)' (ID = '6a3efc1a2bbde45b127dc189d6a4b979837628f0') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsArtifactPostProcessing.ArtifactPostProcessing_VSTest_TestContainers(merge: True)' (ID = '9340e287fdcc14e1e45f4bdd67bcc50f9a03326c') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsArtifactPostProcessing.ArtifactPostProcessing_VSTest_TestContainers(merge: False)' (ID = '3d351e5af83fb75d9687d2524707eee4fc70b51a') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.MSTestSingleTFM' (ID = 'c35986007cf7463dd2545d03e1394b214e6217ee') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItImplicitlyRestoresAProjectWhenTesting' (ID = '2e3c55f54008afdb3587947650ff63d18397f1dc') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItDoesNotImplicitlyRestoreAProjectWhenTestingWithTheNoRestoreOption' (ID = 'd998e4e5cd81425e12df05889ad58527621bf289') [xUnit.net 00:00:00.86] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItDoesNotRunTestsIfThereIsNoIsTestProject' (ID = '3d58b3bfabdf5c4a0062dbd3270e2ecc43e05eb1') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.XunitSingleTFM' (ID = 'a4a9bf6eedf0bb589f5f6fa2c746c720343bbea7') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.GivenAFailingTestItDisplaysFailureDetails' (ID = '52c06b280d6db7acb5318a3086b3aa2d43cd9256') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItAcceptsMultipleLoggersAsCliArguments' (ID = 'ea1aeff876668eb703f3b1e2cbe428e2f2fd73dd') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.TestWillNotBuildTheProjectIfNoBuildArgsIsGiven' (ID = 'b8089e6eb1563234166f81ec0e084f1d6e81753b') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.TestWillCreateTrxLoggerInTheSpecifiedResultsDirectoryBySwitch' (ID = '690df29ce132eaa9fd70726688101dcb065e1296') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItCreatesTrxReportInTheSpecifiedResultsDirectoryByArgs' (ID = 'b6b8b386061825e128a76d253b167029b7678be3') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItBuildsAndTestsAppWhenRestoringToSpecificDirectory' (ID = '8b24e1304534af340648b94f84bc89d5b19be6fc') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItUsesVerbosityPassedToDefineVerbosityOfConsoleLoggerOfTheTests(verbosity: "q", shouldShowPassedTests: False)' (ID = '26f00a52c2fb2a1dc00b61abf0994d2bc17b2e6a') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItUsesVerbosityPassedToDefineVerbosityOfConsoleLoggerOfTheTests(verbosity: "m", shouldShowPassedTests: False)' (ID = '2aa192a9388412d750a37ea02e850d64bc907819') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItUsesVerbosityPassedToDefineVerbosityOfConsoleLoggerOfTheTests(verbosity: "n", shouldShowPassedTests: True)' (ID = '5e1a2b602dee1053b58d348d073a2c5a5fed7de0') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItUsesVerbosityPassedToDefineVerbosityOfConsoleLoggerOfTheTests(verbosity: "d", shouldShowPassedTests: True)' (ID = '7ca46f87c8ae3edcfc92298ef01d8fea18f7204c') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItUsesVerbosityPassedToDefineVerbosityOfConsoleLoggerOfTheTests(verbosity: "diag", shouldShowPassedTests: True)' (ID = 'b2b58648e43c5b3e3f44f69d7126ee90f7c2a72b') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItTestsWithTheSpecifiedRuntimeOption' (ID = '7735d4d58f96fa1d64e85ec76591844d51447273') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItAcceptsNoLogoAsCliArguments' (ID = '69fe96751b90fb26c3818447009ca0d9cba24929') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItCreatesCoverageFileWhenCodeCoverageEnabledByRunsettings' (ID = '97c7321d84d6a5673cef8db650add666581dabd1') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItCreatesCoverageFileInResultsDirectory' (ID = 'a87469c89be85d39a086b95654c5df822ec3e187') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItCreatesCoberturaFileProvidedByCommandInResultsDirectory' (ID = '3c47119f0dc8b8207ccfbab43ef652898f9c0753') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItHandlesMultipleCollectCommandInResultsDirectory' (ID = 'e9e213e1adf02e36a90b37f5eac418711a98f5e3') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItShouldShowWarningMessageOnCollectCodeCoverage' (ID = '34c0d0ca27b937d4a9997995059631bc7afb754c') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItShouldShowImportantMessage' (ID = '7b4e6c777967252510a9896917b4dd05132aa4d0') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ItSetsDotnetRootToTheLocationOfDotnetExecutableWhenRunningDotnetTestWithProject' (ID = '7f8a3b6453b4311b170af47af932a339adc610c8') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.TestsFromCsprojAndArchSwitchShouldFlowToMsBuild' (ID = '42f1a79c31fb38f3884b0785cbaaeaf530969937') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.FilterPropertyCorrectlyHandlesComma(filter: "TestCategory=CategoryA,CategoryB", folderSuffix: "_comma")' (ID = '273327e14d3557483ea489140922171c3d6e0411') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.FilterPropertyCorrectlyHandlesComma(filter: "TestCategory=CategoryA%2cCategoryB", folderSuffix: "_comma_encoded")' (ID = 'a3be0eec6a971d9b5e5e80ea8587e7ebd880560a') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.FilterPropertyCorrectlyHandlesComma(filter: "\"TestCategory=CategoryA,CategoryB\"", folderSuffix: "_already_escaped")' (ID = '33770f78d45dc1ec15db227319e4ec017765b6c9') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.EnsureOutputPathEscaped(flag: "--output")' (ID = '97fa0cad4f6319b5c8286591816d4544d895a84f') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.EnsureOutputPathEscaped(flag: "--diag")' (ID = '62bb43b57ea53b4b2ceb20789e503cd8ba05cf01') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.EnsureOutputPathEscaped(flag: "--results-directory")' (ID = '59406d82b68d58f37ec1f00619107780b3074e24') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--output", slashesOrBackslashes: "\\\\")' (ID = '734c043e2f48112f168cd8cd8a6273644eb16916') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--results-directory", slashesOrBackslashes: "\\\\\\")' (ID = 'b9e757bcb66ba6b6c87029c76059d9a82dd44694') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--results-directory", slashesOrBackslashes: "\\")' (ID = '8cb1ea50fd17dc763627392de4788b9c1e7df20d') [xUnit.net 00:00:00.87] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--diag", slashesOrBackslashes: "///")' (ID = '88ecaba3daaf5074c4ae3df6836e0896b46c8e50') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--diag", slashesOrBackslashes: "/")' (ID = '728e292afbe5ef2758e326f27c453349cb69ad9b') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--diag", slashesOrBackslashes: "\\\\\\")' (ID = 'f79f57604cf6e07d1fca48cc511a0cdeaf11da6e') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--diag", slashesOrBackslashes: "\\")' (ID = 'fd6c68586ff3b326c7056a21c365937acb0d7991') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--output", slashesOrBackslashes: "///")' (ID = 'ffbe1176a37b2b8d4647a1a68c55c4751c5d8737') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--output", slashesOrBackslashes: "/")' (ID = '15f02b1091729e555a279c9f20a60c8662999987') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--output", slashesOrBackslashes: "\\\\\\")' (ID = '3fb6969faa4a3a17af8a61f0b156cfa554caf1ad') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--output", slashesOrBackslashes: "\\")' (ID = 'c8729af8ed278bbe5894288b4d5f5fc0f745360e') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--results-directory", slashesOrBackslashes: "////")' (ID = 'a50b22893056afa150e61e9efc4903f9c730065d') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--results-directory", slashesOrBackslashes: "//")' (ID = '3d65ec02cb53fbe59cd2b0e4e9dd79c0b6341d48') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--results-directory", slashesOrBackslashes: "\\\\\\\\")' (ID = 'dc7b35172c3e2c6d98db1a51b473a89b906ae373') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--results-directory", slashesOrBackslashes: "\\\\")' (ID = 'a7cdbd781bcf8d12ef418a2768b831390a9d3d4a') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--diag", slashesOrBackslashes: "////")' (ID = '4267aeccec495e11fb506a534c6655a1190c5113') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--diag", slashesOrBackslashes: "//")' (ID = 'e0ef774b18985c8fd9b815bbe7999341cda76c00') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--diag", slashesOrBackslashes: "\\\\\\\\")' (ID = '433f0ec4d1a1f200ffd2e4ce471d801be0460fc5') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--diag", slashesOrBackslashes: "\\\\")' (ID = '949f8d64abc5f32555fcb7144ab1a7eb409d79b2') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--output", slashesOrBackslashes: "////")' (ID = '910678aff385a5fedd2face08c0950445a6949d3') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--output", slashesOrBackslashes: "//")' (ID = '69c281f488b6ab40155734df49bc18cebe3ec4ec') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--output", slashesOrBackslashes: "\\\\\\\\")' (ID = '2e2c1940716e53d8ed275388c47e7af7d7ea85f5') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--results-directory", slashesOrBackslashes: "/")' (ID = '27e31051f69327688401ac30970a2df87f0191db') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.PathEndsWithSlashOrBackslash(flag: "--results-directory", slashesOrBackslashes: "///")' (ID = '218ed62d407cfc11acf11d6602001b29a7620d30') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ArgumentsEndWithDllOrExeShouldNotFail(arg: "-e:foo=bardll")' (ID = 'b04c729f7031c087786cb8cb68acbfc62503efcd') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsproj.ArgumentsEndWithDllOrExeShouldNotFail(arg: "-e:foo=barexe")' (ID = 'cffdf1c998b851472f391e756644796b81882324') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsprojForMultipleTFM.MStestMultiTFM' (ID = '018bc5e890abe75a96a41fa0b6c24af1a22cc1f1') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsprojForMultipleTFM.XunitMultiTFM' (ID = '3ca55777cc698ffbeba915e4f73809306ab3df00') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsprojForMultipleTFM.ItCreatesMergedCoverageFileForMultiTargetedProject' (ID = '758a397b122026fde270fd6a22362afee816ee74') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsprojForMultipleTFM.ItCanTestAMultiTFMProjectWithImplicitRestore' (ID = 'ea914931e4d5131fa5ea1cc031149fca90a165ce') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestFromCsprojForMultipleTFM.TestSlnWithMultitargetedProject' (ID = '4bde75311a722f6f52772660f3ec72bc9f7f8f5d') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.GivenAProjectAndMultipleTestRunParametersItPassesThemToVStestConsoleInTheCorrectFormat' (ID = '767e399c1f614db12d739b0def872c4f35fc255c') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.GivenADllAndMultipleTestRunParametersItPassesThemToVStestConsoleInTheCorrectFormat' (ID = 'e57fd6932d5cab045645bb239e4858687a33c335') [xUnit.net 00:00:00.88] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.TestsFromAGivenContainerShouldRunWithExpectedOutput' (ID = 'c48bc45255cb346d908e25dccd44c7ac804528f4') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.ItSetsDotnetRootToTheLocationOfDotnetExecutableWhenRunningDotnetTestWithDll' (ID = 'b84203c16e9c91c64cc5463646deab6b1802d518') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.TestsFromAGivenContainerAndArchSwitchShouldFlowToVsTestConsole' (ID = '2e42e4ee8bbf165be3d950d7c975baa24d11beb2') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.MissingOutputDllAndArgumentsEndWithDllOrExeShouldFailInMSBuild(arg: "-e:foo=bardll")' (ID = 'bb25ad818cb5a2cb2a810ef7cc1ccb38b045f948') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.MissingOutputDllAndArgumentsEndWithDllOrExeShouldFailInMSBuild(arg: "-e:foo=barexe")' (ID = 'f2a2d21b961868e4a834d2c57c9f7f08b428eaea') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestContainsEnvironmentVariables.ItPassesEnvironmentVariablesFromCommandLineParametersWhenRunningViaCsproj' (ID = '8a0f7f3d6d30f65d3a15f4512b44aad1ae04e8c5') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestContainsEnvironmentVariables.ItPassesEnvironmentVariablesFromCommandLineParametersWhenRunningViaDll' (ID = '8b5c18632f0ddffb7249c617f08a289a5e5ac95f') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestContainsMSBuildParameters.ItPassesEnvironmentVariablesFromCommandLineParametersWhenRunningViaCsproj(projectName: "VSTestMSBuildParameters.csproj")' (ID = 'ecbe8b2dd05bace35f7e7d4b49c46f070f2de182') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestContainsMSBuildParameters.ItPassesEnvironmentVariablesFromCommandLineParametersWhenRunningViaCsproj(projectName: null)' (ID = 'ac63f2a3fea2be32c1aefa1805aebfedfcb56640') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.VSTestForwardDotnetRootEnvironmentVariables.ShouldForwardDotnetRootEnvironmentVariablesIfNotProvided' (ID = '7c37244fa5adf868c6e5a7fb77b8995c5c4807cd') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.CultureAwareTestProject.CanRunTestsAgainstProjectInLocale(locale: "en-US")' (ID = 'd14fb5c3030cc215e73baf9f108e06b60023fbd8') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.CultureAwareTestProject.CanRunTestsAgainstProjectInLocale(locale: "de-DE")' (ID = 'd782dd3cb04d2146244e083aefa8944b6d2ee1d3') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWithNullThrows' (ID = '749146649c8f7e996d0af331638bbaf218b9b83e') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWhenAlreadySurroundedDoesNothing(input: "")' (ID = '44d91ad2bfbc9a67de13e88ca7c963c36439d596') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWhenAlreadySurroundedDoesNothing(input: "\"a\"")' (ID = 'ec877ba110af7e8e88c65f044220eb8998c7216c') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWhenAlreadySurroundedDoesNothing(input: "\"aaa\"")' (ID = '67c904882d72877495d1944893e71f6e10cb79fb') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWhenNotSurroundedSurrounds(input: "")' (ID = '3a30dfbff48931e7adb446d5824ac7959ef9a7a5') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWhenNotSurroundedSurrounds(input: "a")' (ID = '81cf4d1eef33cf386dcd4673d07e3d2f6452df65') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWhenNotSurroundedSurrounds(input: "aaa")' (ID = '68699a2b1e9c00559e6d7f8f4b655b23cc6dfe72') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWhenNotSurroundedSurrounds(input: "\"a")' (ID = '252631b38e819db01c1eacf0b5b8ad74c0e87d17') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWhenNotSurroundedSurrounds(input: "a\"")' (ID = '7982861206b5a6dc6408b6f1b71af97f55890070') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesHandlesCorrectlyEvenCountOfTrailingBackslashes(input: "\\\\")' (ID = '53bb3f5cbefefe45b8aef563a788b379552d6f47') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesHandlesCorrectlyEvenCountOfTrailingBackslashes(input: "\\\\\\\\")' (ID = '8bd7390389a06a8486fb13f1018e6699d6a7f940') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesHandlesCorrectlyEvenCountOfTrailingBackslashes(input: "/\\\\")' (ID = '3c16b9db7b2c5a6cfbfdf176c4456bff83537683') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesHandlesCorrectlyEvenCountOfTrailingBackslashes(input: "/\\/\\/\\\\")' (ID = '9cf19d72206c165986edbb54cff01a0b3055910f') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesHandlesCorrectlyOddCountOfTrailingBackslashes(input: "\\")' (ID = '2554abd3635f518d729a3dd1610acf30b012a513') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesHandlesCorrectlyOddCountOfTrailingBackslashes(input: "\\\\\\")' (ID = 'd0ad6a5babfbe78788d6168cc30d2c8246fb8ed0') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesHandlesCorrectlyOddCountOfTrailingBackslashes(input: "/\\")' (ID = '6ebf79ce9791b1bb292a33d5b506d3dae432447d') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesHandlesCorrectlyOddCountOfTrailingBackslashes(input: "/\\/\\/\\")' (ID = '312a21b3b9fdfa89822d2e95975a253a7e2918e9') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.SdkCheck.Tests.GivenDotnetSdkCheck.WhenHelpOptionIsPassedItPrintsUsage(helpArg: "--help")' (ID = '84eb9ad773ba2e4847fe47c56be71eeadd8b59cf') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.SdkCheck.Tests.GivenDotnetSdkCheck.WhenHelpOptionIsPassedItPrintsUsage(helpArg: "-h")' (ID = 'f835cae951ade63942b563e715e34213e5056105') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.SdkCheck.Tests.GivenDotnetSdkCheck.WhenHelpOptionIsPassedItPrintsUsage(helpArg: "-?")' (ID = '18fbb0380af99daf13d4c784251eadd57e2e36f9') [xUnit.net 00:00:00.89] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.SdkCheck.Tests.GivenDotnetSdkCheck.WhenHelpOptionIsPassedItPrintsUsage(helpArg: "/?")' (ID = 'bcfdfdc4d2940c9ff5b9046c8a5f41ddcec563f4') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.SdkCheck.Tests.GivenDotnetSdkCheck.WhenNewFeatureBandExistsItIsAdvertised(newerBandExists: True)' (ID = '67d3c539763039ec0194c96e5b446c2d4191e2cf') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.SdkCheck.Tests.GivenDotnetSdkCheck.WhenNewFeatureBandExistsItIsAdvertised(newerBandExists: False)' (ID = '4c23983788c4977c26d0631d463f1e133d1f16d9') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.SdkCheck.Tests.GivenDotnetSdkCheck.ItContainsInfoForAllInstalledBundles' (ID = '655172a22058ac32d329e3f969257d23f7ffa9fa') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.SdkCheck.Tests.GivenDotnetSdkCheck.WhenANewPatchIsAvailableItIsAdvertised' (ID = 'd3b2b9890b59c52a623956183b6ecd6aa8d1b25b') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.SdkCheck.Tests.GivenDotnetSdkCheck.WhenABundleIsOutOfSupportItPrintsWarning' (ID = '69c8d218064f70fbbf633930b681d04729f385fd') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.SdkCheck.Tests.GivenDotnetSdkCheck.WhenABundleIsInMaintenanceModeItPrintsWarning(sdkVersions: ["3.0.100"], runtimeVersions: [], maintenanceVersions: ["3.0.100"])' (ID = '0fc13bbfc3493b73012a45cb48b36ff4f84e369f') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.SdkCheck.Tests.GivenDotnetSdkCheck.WhenABundleIsInMaintenanceModeItPrintsWarning(sdkVersions: ["5.0.100"], runtimeVersions: [], maintenanceVersions: [])' (ID = 'b3cc7b191c5d55ea02b3c65d88554f5608ed28c7') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.SdkCheck.Tests.GivenDotnetSdkCheck.WhenABundleIsInMaintenanceModeItPrintsWarning(sdkVersions: [], runtimeVersions: ["3.0.1"], maintenanceVersions: ["3.0.1"])' (ID = '3cc99f0d6eba71cca1424b49bc127792d06d19ae') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.SdkCheck.Tests.GivenDotnetSdkCheck.WhenABundleIsInMaintenanceModeItPrintsWarning(sdkVersions: [], runtimeVersions: ["5.0.0"], maintenanceVersions: [])' (ID = 'bc2b537d4651a3e18ed775f9226fdbdfd819cc53') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.SdkCheck.Tests.GivenDotnetSdkCheck.WhenABundleIsInMaintenanceModeItPrintsWarning(sdkVersions: ["1.0.10", "2.0.308", "3.0.309", "3.0.100", "3.1.401"], runtimeVersions: [], maintenanceVersions: ["3.0.309", "3.0.100"])' (ID = 'a8cabeded6b276bed54ef2e613f843e34ea0a617') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.SdkCheck.Tests.GivenDotnetSdkCheck.WhenABundleIsInMaintenanceModeItPrintsWarning(sdkVersions: [], runtimeVersions: ["1.0.1", "2.0.3", "3.0.3", "3.0.1", "3.1.4"], maintenanceVersions: ["3.0.3", "3.0.1"])' (ID = 'd489aa9dd0831a08e0a8e007b50a873bd53bba02') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.SdkCheck.Tests.GivenDotnetSdkCheck.WhenABundleIsInMaintenanceModeItPrintsWarning(sdkVersions: ["1.0.10", "2.0.308", "3.0.309", "3.0.100", "3.1.401"], runtimeVersions: ["1.0.1", "2.0.3", "3.0.3", "3.0.1", "3.1.4"], maintenanceVersions: ["3.0.309", "3.0.100", "3.0.3", "3.0.1"])' (ID = '14fc779fc5370eb8a90112e3fd7d81fb2c255b28') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.SdkCheck.Tests.GivenDotnetSdkCheck.ItUsesConfigFile' (ID = 'e848cc9fdf4ba288cf6f44e8f48ae00827e4eb9f') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRootEnv.ItShouldSetDotnetRootToDirectoryOfMuxer(targetFramework: "net5.0")' (ID = '2135e9d14eed117d709252e938d15307725ca2fd') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRootEnv.ItShouldSetDotnetRootToDirectoryOfMuxer(targetFramework: "net9.0")' (ID = '14bef061b851b44e67252a247c1f674897e489a7') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRootEnv.WhenDotnetRootIsSetItShouldSetDotnetRootToDirectoryOfMuxer' (ID = '29ca8df429194fca50f338b38d88ea6b9735a685') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItCanRunAMSBuildProject' (ID = '732db69c10d09ee25ff720c48e73221b8f24dc58') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItImplicitlyRestoresAProjectWhenRunning' (ID = 'eebeed8bb90ebcba0df9f9f36697d529c3858fae') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItCanRunAMultiTFMProjectWithImplicitRestore' (ID = '6fe868087953f54526ddbe2f6ace4699784c5873') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItDoesNotImplicitlyBuildAProjectWhenRunningWithTheNoBuildOption' (ID = '89026995480202731c9fbae9dbdf463021bd78e8') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItDoesNotImplicitlyRestoreAProjectWhenRunningWithTheNoRestoreOption' (ID = '72519e23d8798dd6d28a00f196ff1e858d85db97') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItBuildsTheProjectBeforeRunning' (ID = 'c2d93c10d0e52bca0634d64a0d592bff9619836b') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItCanRunAMSBuildProjectWhenSpecifyingAFramework' (ID = '1cfd54cdc4c749eaf8cb7f9e6fe58c9c555d665f') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItRunsPortableAppsFromADifferentPathAfterBuilding' (ID = '831626f30bfa8d6b209a67270278d8b9cd8ee03c') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItRunsPortableAppsFromADifferentPathWithoutBuilding' (ID = '245ab03ea31e2a28ad04a3cb25e1c6b8095404e1') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItRunsPortableAppsFromADifferentPathSpecifyingOnlyTheDirectoryWithoutBuilding' (ID = '5820f5802382f978e839e09ae1d8ec9d8b862db6') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItWarnsWhenShortFormOfProjectArgumentIsUsed' (ID = 'a5cf7586846a7dda29820446be0ba35e5767e61f') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItErrorsWhenMultipleProjectsAreSpecified(args: "-p project1 -p project2")' (ID = '39e76230efddd7f1c57ccb760d5db5328cd5c07c') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItErrorsWhenMultipleProjectsAreSpecified(args: "--project project1 -p project2")' (ID = 'a910ea39f660f3523afa3c5825829c19761f9d22') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItRunsAppWhenRestoringToSpecificPackageDirectory' (ID = 'f2d2d9bd1a6df5a13db56d51d05872f9aef2ee80') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItReportsAGoodErrorWhenProjectHasMultipleFrameworks' (ID = 'b28cda22036d50c719d4b07d139496ca23d1e7c7') [xUnit.net 00:00:00.90] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItCanPassArgumentsToSubjectAppByDoubleDash' (ID = 'd35b380e5d973b0d47f605e5f92ca03a15e055d2') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItCanPassOptionArgumentsToSubjectAppByDoubleDash' (ID = '2de9182b564c8a2340f57f03dceab381470f4a06') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItCanPassOptionAndArgumentsToSubjectAppByDoubleDash' (ID = 'a8742e67b070563ee80aafeeee07b4ecaa743c59') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItCanPassArgumentsToSubjectAppWithoutDoubleDash' (ID = '4f025914314a893cfb15ba873eb53546345f7740') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItCanPassUnrecognizedOptionArgumentsToSubjectAppWithoutDoubleDash' (ID = 'bcf6a8a92fac520ced97642fba0c3bf0e8eb87a0') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItCanPassOptionArgumentsAndArgumentsToSubjectAppWithoutAndByDoubleDash' (ID = 'ae6cc776570cca6e28ef93b0335bfda1964a2654') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItGivesAnErrorWhenAttemptingToUseALaunchProfileThatDoesNotExistWhenThereIsNoLaunchSettingsFile' (ID = 'b9d3fa758f74c698bebb90f04c4343d0ea0248ca') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItUsesLaunchProfileOfTheSpecifiedName' (ID = '1f25fb9d1a2e4d32da098dd0337b44c6e013113f') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItDefaultsToTheFirstUsableLaunchProfile' (ID = '6be06724b7754850bbf62e40d9fe0aa88170a132') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItSetsTheDotnetLaunchProfileEnvironmentVariableToDefaultLaunchProfileName' (ID = '3b76a9c17c9a08ff9be7b9ac91653d2205dfbdc1') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItSetsTheDotnetLaunchProfileEnvironmentVariableToSuppliedLaunchProfileName' (ID = '1b51bc7444b7c88fa69e3a420879e177e82a164b') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItSetsTheDotnetLaunchProfileEnvironmentVariableToEmptyWhenInvalidProfileSpecified' (ID = '100585d774b935707ed95ee7bc6db1ce21f87118') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItSetsTheDotnetLaunchProfileEnvironmentVariableToEmptyWhenNoLaunchProfileSwitchIsUsed' (ID = '0f9ffdca10143db4d44209b95f9c723f1451436d') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItPrintsUsingLaunchSettingsMessageWhenNotQuiet' (ID = '006432be167754c444d43b125c896f0e9a911bf4') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItPrefersTheValueOfAppUrlFromEnvVarOverTheProp' (ID = '9b520f1eade41846878f813f41ab338bc681c80d') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItUsesTheValueOfAppUrlIfTheEnvVarIsNotSet' (ID = 'c0d0b401b40ff096cb599aa0e1958394291a7319') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItGivesAnErrorWhenTheLaunchProfileNotFound' (ID = 'bee5946b74251070b2ed5b83f250959fdbc6fae9') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItGivesAnErrorWhenTheLaunchProfileCanNotBeHandled' (ID = '7f2590cf763036019423f66a40a8ee16e1d9f3dd') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItSkipsLaunchProfilesWhenTheSwitchIsSupplied' (ID = '6c0667cd55492cebc2828bfd5d674fc8a42a8bdd') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItSkipsLaunchProfilesWhenTheSwitchIsSuppliedWithoutErrorWhenThereAreNoLaunchSettings' (ID = 'dbcb59d1e274c78dab03f7c54ce6c422a373db08') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItSkipsLaunchProfilesWhenThereIsNoUsableDefault' (ID = '8935156e5e236823d54c82e797b7c3193d52d57f') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItPrintsAnErrorWhenLaunchSettingsAreCorrupted' (ID = '671ccf24cf2d38a6b3ade6834848cf7aecbbf0e3') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItRunsWithTheSpecifiedVerbosity' (ID = '9bfd6ce0e6c4dabf85223a9c1d07127b63fe7321') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItDoesNotShowImportantLevelMessageByDefault' (ID = '19483ff49de034fbd556e1dd7f13c20b311f5ec4') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItShowImportantLevelMessageWhenPassInteractive' (ID = '7d07150b39f6ccc369da5cf86eed90af02de965b') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItPrintsDuplicateArguments' (ID = '245aa7208aaf55f614511a59596309fb4819b916') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItRunsWithDotnetWithoutApphost' (ID = '4f0af499d557c45effe68c461b23425628c406a9') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItRunsWithApphost' (ID = '6d9f3ec90e3311b3bdca8963b2eb89d87ec3d1cf') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItForwardsEmptyArgumentsToTheApp' (ID = 'e17efbf6faf715450aa0a3246588f5751824e467') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItDoesNotPrintBuildingMessageByDefault' (ID = '1cfa49b499112fcfc797bcfb75eb739d172eba13') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItPrintsBuildingMessageIfLaunchSettingHasDotnetRunMessagesSet' (ID = '5691afd61a83cf98e715a83ba2afc62802b7bce6') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItIncludesEnvironmentVariablesSpecifiedInLaunchSettings' (ID = '4ceec39852cc3afa1c6fd8a57d0ead604bdc203b') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItIncludesCommandArgumentsSpecifiedInLaunchSettings' (ID = '7be868776439bcc051e85f4da484f6ae4bd63ccd') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunBuildsCsproj.ItCLIArgsOverrideCommandArgumentsSpecifiedInLaunchSettings' (ID = 'db7a15de2e9491b99cbeb33b13c0b4a1b33c9075') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunRunsVbproj.ItGivesAnErrorWhenAttemptingToUseALaunchProfileThatDoesNotExistWhenThereIsNoLaunchSettingsFile' (ID = '6633266e5cf7474ae46b30c2b38e4d72a253abd4') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunRunsVbproj.ItFailsWhenTryingToUseLaunchProfileSharingTheSameNameWithAnotherProfileButDifferentCapitalization' (ID = '1efe4c5e3ce45145790e04e11d29017885617427') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunRunsVbproj.ItFailsWithSpecificErrorMessageIfLaunchProfileDoesntExist' (ID = '0a630ecda908746c8b84b08814e2edc75e731883') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunRunsVbproj.ItUsesLaunchProfileOfTheSpecifiedName(launchProfileName: "Second")' (ID = '0b5d98da73606995523c3b26cf3c1fef8813a8c3') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunRunsVbproj.ItUsesLaunchProfileOfTheSpecifiedName(launchProfileName: "sEcoND")' (ID = '912d4fea5b94b35352e63ff29951c0085e02eecb') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunRunsVbproj.ItDefaultsToTheFirstUsableLaunchProfile' (ID = '3b10a907b78394c0cd60de920114f55d8eaabc6d') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunRunsVbproj.ItPrintsUsingLaunchSettingsMessageWhenNotQuiet' (ID = 'c70bcb0fc18148546ba2d11600c3bcda1414c6b5') [xUnit.net 00:00:00.91] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunRunsVbproj.ItGivesAnErrorWhenTheLaunchProfileNotFound' (ID = '6aa5173590abb2fd26d9948ff8ebec81987a49df') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunIsInterrupted.ItIgnoresSIGINT' (ID = '34d827547ebbf40f7b717d6c4e3c8d65b2ac3c27') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunIsInterrupted.ItPassesSIGTERMToChild' (ID = 'db299d8dcb9c0a42f044062e8317fd33eaef5070') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunIsInterrupted.ItTerminatesTheChildWhenKilled' (ID = 'ce9d862e6434f79c90dd9bb922f3e0b6e748f631') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunThrowsAParseError.ItFailsWithAnAppropriateErrorMessage' (ID = '5e63661cd6028d5b3ad647a7469fca839faa3a49') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunUsesTargetExtension.ItInvokesTheTargetAndRunsCustomLogic' (ID = '8d7026df02e3bb39109f7ef5f2e59f7d1db8953b') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRunUsesTargetExtension.ItShowsErrorsDuringCustomLogicExecution' (ID = 'b9801d5752658aa6ec370d950acb1b83a78d03e6') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Run.Tests.GivenThatWeCanPassNonProjectFilesToDotnetRun.ItFailsWithAnAppropriateErrorMessage' (ID = '26f29cf693f22f3fada4dd3ee10b046ef366e236') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenHelpOptionIsPassedItPrintsUsage(helpArg: "--help")' (ID = '4ee04f0c7e8ac83980b65e2d568eb327f6062268') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenHelpOptionIsPassedItPrintsUsage(helpArg: "-h")' (ID = 'd12651b3fd20a6839d14ef829568d4dfe347b0e5') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenNoCommandIsPassedItPrintsError(commandName: null)' (ID = 'bd52463001d3d105043d7c405d83fc8a8a47253e') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenNoCommandIsPassedItPrintsError(commandName: "unknownCommandName")' (ID = '9e093b193f921172ecab1b1e2b4c9f7ba44ee7d1') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenTooManyArgumentsArePassedItPrintsError' (ID = '21fae431e2cb633901687437af5eaebe185d0aa1') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenNonExistingProjectIsPassedItPrintsError(projName: "idontexist.csproj")' (ID = '8381bd8ce1fd0edbbeb8b458263a76c0bf71d26d') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenNonExistingProjectIsPassedItPrintsError(projName: "ihave?inv@lid/char\\acters")' (ID = '5f59f18199922f2ebd94c072f16bc6dda4c950b5') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenBrokenProjectIsPassedItPrintsError' (ID = '40b335197545ee72f4290c887a892cc554ecf79d') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenMoreThanOneProjectExistsInTheDirectoryItPrintsError' (ID = '79141e7f2879e5bc55f1c5edd8f8489d89ff94c4') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenNoProjectsExistsInTheDirectoryItPrintsError' (ID = '61ce812f0ac224969fb710c7ebeffc6149b5d1de') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.ItRemovesRefWithoutCondAndPrintsStatus' (ID = 'b5ed962dc04c52fae53c1b430a4266b67b3a7922') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.ItRemovesRefWithCondAndPrintsStatus' (ID = '6b10493c9160f3fb08f730db1d4f5627ebf9f0ea') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenTwoDifferentRefsArePresentItDoesNotRemoveBoth' (ID = '619aee3673fcb903eb14c8479c4c2dbb26295def') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenRefWithoutCondIsNotThereItPrintsMessage' (ID = '2992950ac61ee0dc8cdbfd4001e133cdcfb3fc79') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenRefWithCondIsNotThereItPrintsMessage' (ID = '9fa6c55e0f53661a2c370c9190d1497b88594ef3') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenRefWithAndWithoutCondArePresentAndRemovingNoCondItDoesNotRemoveOther' (ID = '016c9709a5696adddd7d9a08e6c2190028c0f8ad') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenRefWithAndWithoutCondArePresentAndRemovingCondItDoesNotRemoveOther' (ID = '7f3945a613e513c472a849d79192395ff524de31') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenRefWithDifferentCondIsPresentItDoesNotRemoveIt' (ID = 'd633d24206541c78cb7894643da0190386ae6c04') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenDuplicateReferencesArePresentItRemovesThemAll' (ID = '1f5dd7d922dc6115f24426b19b568f4ea0cdceb0') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenPassingRefWithRelPathItRemovesRefWithAbsolutePath' (ID = 'e3092de5060e821aa406156658d3743787de7a43') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenPassingRefWithRelPathToProjectItRemovesRefWithPathRelToProject' (ID = 'f18e4fcea07e53eacd6a9eb15345cd9b7e1fd5e5') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenPassingRefWithAbsolutePathItRemovesRefWithRelPath' (ID = 'd830f4c6208beac0edfe98b94ed338551ffd623f') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenPassingMultipleReferencesItRemovesThemAll' (ID = 'eb374b4d49e8ca09f7705555fef71c0f38cd944f') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenPassingMultipleReferencesAndOneOfThemDoesNotExistItRemovesOne' (ID = '0fe43fd020012a4e9fa211aff99f5d5a7c219693') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenDirectoryContainingProjectIsGivenReferenceIsRemoved' (ID = 'fc40350238aaf19551a3811795ef5e2994611f73') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenDirectoryContainsNoProjectsItCancelsWholeOperation' (ID = '712429d4951313b2ace921ef8fef5a3edb65285d') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Reference.Tests.GivenDotnetRemoveReference.WhenDirectoryContainsMultipleProjectsItCancelsWholeOperation' (ID = '77bdbe2aefeff4fdffa3ac7467367644cee49bca') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Package.Tests.GivenDotnetRemovePackage.WhenHelpOptionIsPassedItPrintsUsage(helpArg: "--help")' (ID = 'd686bea27bdc05adaf503a47b8e20474021902a9') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Package.Tests.GivenDotnetRemovePackage.WhenHelpOptionIsPassedItPrintsUsage(helpArg: "-h")' (ID = '9482202615ed2915db7129d79f871358e20133b6') [xUnit.net 00:00:00.92] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Package.Tests.GivenDotnetRemovePackage.WhenNoCommandIsPassedItPrintsError(commandName: "")' (ID = 'ef98b372cb6c7e28411d08ec0d246538fdb1e896') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Package.Tests.GivenDotnetRemovePackage.WhenNoCommandIsPassedItPrintsError(commandName: "unknownCommandName")' (ID = 'adca6a42b311655431c2174faf1c0109de6000cb') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Remove.Package.Tests.GivenDotnetRemovePackage.WhenReferencedPackageIsPassedItGetsRemoved' (ID = '9b433e9d1b4c03c685a43a63f3c16ab6e58d516e') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItPublishesARunnablePortableApp' (ID = '04184f7cd696c54b1e20e637c71a18cddf2255df') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItImplicitlyRestoresAProjectWhenPublishing' (ID = '3cb92f1f1fcf12ff080e54fb37ac3735e9d4553c') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItCanPublishAMultiTFMProjectWithImplicitRestore' (ID = '3b2b59397b2fe1f378124497302335caa1cbf5e7') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItDoesNotImplicitlyRestoreAProjectWhenPublishingWithTheNoRestoreOption' (ID = '8fcb3ca29d3064f03d0d158f2387105e2623d0b1') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItParsesSpacedPropertiesInPublishReleaseEvaluationPhase(command: "publish", propertyKey: "-property", propertyVal: "Configuration=Debug")' (ID = 'c1ecb24cbaca8c5171320a66f210d6b193fd1105') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItParsesSpacedPropertiesInPublishReleaseEvaluationPhase(command: "publish", propertyKey: "-p", propertyVal: "Configuration=Debug")' (ID = 'd61a48cb0f7e2b54a5b54253b14b6b1f3d59686f') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItParsesSpacedPropertiesInPublishReleaseEvaluationPhase(command: "publish", propertyKey: "--property", propertyVal: "Configuration=Debug")' (ID = '98c1ffa363143b234a7d24d76b4e68da3162bddb') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItPublishesSelfContainedWithRid(args: null)' (ID = 'b75f6c051d1ea09fc0634012ee7e881665afeee8') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItPublishesSelfContainedWithRid(args: "--sc")' (ID = 'a8d1b82a6931945040aacb6f0e10527208e95305') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItPublishesSelfContainedWithRid(args: "--self-contained")' (ID = 'fdbc244b4ce0d9c1b476c0e4f830d30b478ba2fb') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItPublishesSelfContainedWithRid(args: "--sc=true")' (ID = 'd02fa7c4f3c03a07f95b4837e8d47ee103e9594f') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItPublishesSelfContainedWithRid(args: "--self-contained=true")' (ID = '7f6d389486b333f3dfda3bd3af21539d15b3a619') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItPublishesSelfContainedWithPublishSelfContainedTrue' (ID = '067f3d6e85146e054937736d82a1879ab1aa6422') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.PublishSelfContainedPropertyDoesOrDoesntOverrideSelfContained(publishSelfContained: True, selfContainedIsGlobal: False, publishSelfContainedIsGlobal: False)' (ID = 'cab3c160589b76c2804ae871ad7b1c4834f04c10') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.PublishSelfContainedPropertyDoesOrDoesntOverrideSelfContained(publishSelfContained: False, selfContainedIsGlobal: False, publishSelfContainedIsGlobal: False)' (ID = '5a87a0f749cc4ad9c6d0c09aaef10ff6205efcd1') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.PublishSelfContainedPropertyDoesOrDoesntOverrideSelfContained(publishSelfContained: True, selfContainedIsGlobal: True, publishSelfContainedIsGlobal: False)' (ID = 'ad3d78580f635b68df7448fd86355dc92cd3e6d5') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItFailsWith1193IfPublishSelfContainedHasInvalidValue' (ID = '19f9d9d6fa2628aa6fbf5c237c62ced235bdb261') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItPublishesFrameworkDependentWithRid(args: "--sc=false")' (ID = 'b6c78ce36e22c9a08ed07b8d9863a4fa9ccfe6e6') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItPublishesFrameworkDependentWithRid(args: "--self-contained=false")' (ID = 'd2c1ce9378ad572189be4f67135b4d92f3b6d8cd') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItPublishesFrameworkDependentWithRid(args: "--no-self-contained")' (ID = '9a463a9c13d1042d7e04871783729df9e3eb0032') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItPublishesFrameworkDependentWithoutRid(args: "--sc=false")' (ID = 'ed5f95df288cc594fabade6a6099f9d0c9e95b21') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItPublishesFrameworkDependentWithoutRid(args: "--self-contained=false")' (ID = '2c13da8676f910829f1425f14fa0b6f1b7917f0a') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItPublishesFrameworkDependentWithoutRid(args: null)' (ID = '9dcb7d7defc2a9f81efccb23a08317658af1810c') [xUnit.net 00:00:00.93] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItPublishesFrameworkDependentWithoutRid(args: "--no-self-contained")' (ID = 'd0e99fe627e58f0245c362ff180a72605a9de3d7') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItFailsToPublishWithConflictingArgument(args: "--sc --no-self-contained")' (ID = '27948117fec2a7aeb2d601873fec986bad4f7617') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItFailsToPublishWithConflictingArgument(args: "--self-contained --no-self-contained")' (ID = 'e78bff9163af1ca99ac5d3774dd33c8c9de29872') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItFailsToPublishWithConflictingArgument(args: "--sc=true --no-self-contained")' (ID = 'cde76178cd5629aa430b405b78cb528dc2beeb07') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItFailsToPublishWithConflictingArgument(args: "--self-contained=true --no-self-contained")' (ID = '0932825f051e963ddbd7bfbe74e066008ebbdde6') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItPublishesAppWhenRestoringToSpecificPackageDirectory' (ID = '81c3d6a9c6a10efa3ec60754bcf5e2a935b2fc9e') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItFailsToPublishWithNoBuildIfNotPreviouslyBuilt' (ID = '057cc349148de807d8bccd72eeb043f25c2bf565') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItPublishesSuccessfullyWithNoBuildIfPreviouslyBuilt(selfContained: False)' (ID = 'd64ef6b7f0b3181396269235df94b0c1e08d4027') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItPublishesSuccessfullyWithNoBuildIfPreviouslyBuilt(selfContained: True)' (ID = 'd437000f4ff47c13fbf1b0afbfb98f3ebfe9e7d6') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.ItFailsToPublishWithNoBuildIfPreviouslyBuiltWithoutRid' (ID = '4483f37b966d9de287f1f226c5bf523dbe9c3be7') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.DotnetPublishDoesNotPrintCopyrightInfo' (ID = '0f56eefc27184dfbc81ee72dafd6e387c3eba0f7') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.DotnetPublishAllowsPublishOutputDir' (ID = '0c90b2edd0d328ec62b73c258e61b43edc1e488b') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetPublishPublishesProjects.A_PublishRelease_property_does_not_override_other_command_configuration' (ID = '0f763a78cac398052abaa0e9acfa1f2d9b9d9b18') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetStoresAndPublishesProjects.ItPublishesARunnablePortableApp' (ID = '63f3dcf72b86776e4256700dcda033b8ac8c4e71') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetStoresAndPublishesProjects.AppFailsDueToMissingCache' (ID = '0a2432be7d82990e8fbe67bfef3ceb073fa4e08e') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Publish.Tests.GivenDotnetStoresAndPublishesProjects.ItPublishesAnAppWithMultipleProfiles' (ID = 'ba4e9017bffd053717023f34053e5ca4d542cadc') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Reference.Tests.GivenDotnetListReference.WhenHelpOptionIsPassedItPrintsUsage(helpArg: "--help")' (ID = 'a14c75fe21b43f5887c0551c748cb36920462335') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Reference.Tests.GivenDotnetListReference.WhenHelpOptionIsPassedItPrintsUsage(helpArg: "-h")' (ID = 'fdec7889d448097f8026e6581811908f2d1cb5eb') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Reference.Tests.GivenDotnetListReference.WhenNoCommandIsPassedItPrintsError(commandName: "")' (ID = '225d632b802c7c32113f056cefd8a1f713f79bbf') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Reference.Tests.GivenDotnetListReference.WhenNoCommandIsPassedItPrintsError(commandName: "unknownCommandName")' (ID = 'e049de3fd8ce22a7751e95f65dce5142f15863df') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Reference.Tests.GivenDotnetListReference.WhenTooManyArgumentsArePassedItPrintsError' (ID = 'becfb0e5c2259d86728aefcd0d28b218ba94eb70') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Reference.Tests.GivenDotnetListReference.WhenNonExistingProjectIsPassedItPrintsError(projName: "idontexist.csproj")' (ID = '1d1ad75b00cebd2e96bcd729f961137f6f2a6193') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Reference.Tests.GivenDotnetListReference.WhenNonExistingProjectIsPassedItPrintsError(projName: "ihave?inv@lid/char\\acters")' (ID = 'e6cc5c5328451a4d8ac7e00d8d23d27fecfead2c') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Reference.Tests.GivenDotnetListReference.WhenBrokenProjectIsPassedItPrintsError' (ID = '62eedd7925e9424a80dab8dbad486099d837da91') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Reference.Tests.GivenDotnetListReference.WhenMoreThanOneProjectExistsInTheDirectoryItPrintsError' (ID = '37e94fbf003bee77444aceb9a272de1d411f81ce') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Reference.Tests.GivenDotnetListReference.WhenNoProjectsExistsInTheDirectoryItPrintsError' (ID = '15aec3c28debbacf58e0d9418d9971f1ec494edb') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Reference.Tests.GivenDotnetListReference.WhenNoProjectReferencesArePresentInTheProjectItPrintsError' (ID = 'c9724c92723f9941575f4a5b2e7d05767b82a565') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Reference.Tests.GivenDotnetListReference.ItPrintsSingleReference' (ID = 'aa01c05337ae5ae7cb9b678b93ccaf693968c178') [xUnit.net 00:00:00.94] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Reference.Tests.GivenDotnetListReference.ItPrintsMultipleReferences' (ID = '252ab3ef155637d5aad289775117c0e5b7f23d12') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItShowsCoreOutputOnMinimalVerbosity' (ID = '60a09b3d7ecc7f64d9646645d1537e3f2dd17e78') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.RequestedAndResolvedVersionsMatch' (ID = '30f4852dc2df29e5d69ae6782288072abd3894f8') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItListsAutoReferencedPackages' (ID = '2b037ab22aaf7e9f6bd7ab73e1b4869578963f2c') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItRunOnSolution' (ID = '5aa622609fc07e166e792d0cdd55cc06e14bcd9c') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.AssetsPathExistsButNotRestored' (ID = '2450a4a99dfd1aad2b8292461737043441e1ad44') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItListsTransitivePackage' (ID = '0f17431e5d16e1a8530a8e940661efe627528bb3') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItListsValidFrameworks(args: "", shouldInclude: "[net451]", shouldntInclude: null)' (ID = '5252635717c8ff1bc4ac2817e0a98fd86e1fccec') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItListsValidFrameworks(args: "", shouldInclude: "[net9.0]", shouldntInclude: null)' (ID = '4f708bd620a2d92e207f4fa7cfce3b88b9e9e16e') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItListsValidFrameworks(args: "--framework net9.0 --framework net451", shouldInclude: "[net451]", shouldntInclude: null)' (ID = '4c33817dfb9acbc1d76b227a415e6a2fa18b0248') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItListsValidFrameworks(args: "--framework net9.0 --framework net451", shouldInclude: "[net9.0]", shouldntInclude: null)' (ID = '950d9ec1b5af5a35d52b029f4bba8d5777c867fc') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItListsValidFrameworks(args: "--framework net9.0", shouldInclude: "[net9.0]", shouldntInclude: "[net451]")' (ID = '61a0f1b5900dff5be008ccd248b15a374f473be7') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItListsValidFrameworks(args: "--framework net451", shouldInclude: "[net451]", shouldntInclude: "[netcoreapp3.0]")' (ID = 'fec0cd8589d377b75b2bb017dc631ab449123843') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItListsValidFrameworks(args: "-f net9.0 -f net451", shouldInclude: "[net451]", shouldntInclude: null)' (ID = 'ae7a8d7ca1ccd05cab03b67e439af2419fb041db') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItListsValidFrameworks(args: "-f net9.0 -f net451", shouldInclude: "[net9.0]", shouldntInclude: null)' (ID = 'ae25d0bc6eb7671e4e431277d22cf342ae18a013') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItListsValidFrameworks(args: "-f net9.0", shouldInclude: "[net9.0]", shouldntInclude: "[net451]")' (ID = '80796e8bafffef42b53e1cc3271271d3781ce9a6') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItListsValidFrameworks(args: "-f net451", shouldInclude: "[net451]", shouldntInclude: "[netcoreapp3.0]")' (ID = 'c61b1822686c4e52141bba6bf27ad70118d101c5') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItDoesNotAcceptInvalidFramework' (ID = 'fec58d879bc47b89d285627691de49fce42945a1') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItListsFSharpProject' (ID = 'e89456ccfc98fbf54bc6ae4e74d8e905ed514a74') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: False, options: ["--vulnerable"])' (ID = '3ea2b75ebc3ff7f2f53c54a5aa02ddc5fe1a5c1a') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: True, options: ["--vulnerable", "--deprecated"])' (ID = '99311a5668a58e5d96ca4c70150f9cc34a7361bf') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: False, options: ["-s", "--vulnerable"])' (ID = '0d6a921bbbd2aef32263b8f0421949238d6271cb') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: False, options: ["--source", "--vulnerable"])' (ID = '8b8b0e6ca6a685e5deba67525cd2af5c73e64205') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: False, options: ["--configfile", "--deprecated"])' (ID = 'c30d490be5a7dbc5078140e66ca894158fa90e5f') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: False, options: ["--config", "--deprecated"])' (ID = '235f59745902e4ec5d1c8db814180e1e815e75eb') [xUnit.net 00:00:00.95] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: False, options: ["-s"])' (ID = 'd8e360ab8f9e68153489dcabd002a3adfbe23dda') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: False, options: ["--source"])' (ID = 'ac872fe9170d7f69eafbe9968003bc1b35e40856') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: True, options: ["--vulnerable", "--outdated"])' (ID = 'b365c6384aacd8974de25df0729d74dff9e838bf') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: False, options: ["--configfile"])' (ID = '9f3e2705ad549bb470eb38f7f07c4e338f875b29') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: False, options: ["--outdated", "--highest-patch"])' (ID = 'a0d7c8c3ec7b06860c7453d58d06ed087b00cc43') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: False, options: ["--outdated", "--highest-minor"])' (ID = '708acb7d47b1c1d5f97f651db6d06dc020d81089') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: False, options: ["--outdated", "--include-prerelease"])' (ID = '2130be5cfe351041658ad0d57c6d84e6b0e59455') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: False, options: ["--deprecated", "--highest-patch"])' (ID = 'aa4b0f12bce98f6092cc3320da3e3c51086738fc') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: False, options: ["--deprecated", "--highest-minor"])' (ID = 'a6d528d336468ab2ddff0858cb5b15e2abcb5120') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: False, options: ["--vulnerable", "--include-prerelease"])' (ID = '9b19c9a02fbdf061b83863dec9b1783b084cab82') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: False, options: ["--vulnerable", "--include-transitive"])' (ID = '282f3d86ffec353f9b0270efb56d81e1d50aba4b') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: False, options: ["--config"])' (ID = '821939c704ebe0844f8197745286a65527b34576') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItEnforcesOptionRules(throws: True, options: ["--deprecated", "--outdated"])' (ID = '54f0d066dca29e857d325f3b3254c5fc7fb725bb') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItRunsInCurrentDirectoryWithPoundInPath' (ID = 'b61e501049a7caa45423380407061f338446d2c1') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItRecognizesRelativePathsForAProject' (ID = '341fd96bed8619da6ecf430a4e1ecc65d342651e') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItRecognizesRelativePathsForASolution' (ID = '77712e758865d6447067f7ce6f2f69a00b72deae') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.List.Package.Tests.GivenDotnetListPackage.ItRecognizesRelativePathsForASolutionFromSubFolder' (ID = '773307db42c3b8b545d3aa48f0c9a0f20ac9c2c7') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Install.Tests.GivenDotnetInstallTool.ItRunsWithQuietVerbosityByDefault' (ID = '93b952e2cf1ae7dadcd16c7d4e20d325975d07f2') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Install.Tests.GivenDotnetInstallTool.ItRunsWithTheSpecifiedVerbosity' (ID = '6846e54a0454b9e6ce95fb99f10970863e8f9028') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Fsi.Tests.GivenDotnetFsiExecutesAndGeneratesHelpText.ItRuns' (ID = '5b312a0e47bcff341906252d78007d2026fa24df') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Format.Tests.GivenDotnetFormatExecutesAndGeneratesHelpText.ItRuns' (ID = 'cc7508290e11ade7a8d66cc756dc0a34c3b4482e') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Clean.Tests.GivenDotnetCleanCleansBuildArtifacts.ItCleansAProjectBuiltWithRuntimeIdentifier' (ID = 'b0a2c9d177e291cc774cdf6adc3126b17e643238') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenThatWeWantToBeBackwardsCompatibleWith1xProjects.ItRestoresBuildsAndRuns(target: "net9.0")' (ID = '536d31d7f84eb82f1fcc5c759f3e8e5521298a3f') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenThatWeWantToBeBackwardsCompatibleWith1xProjects.ItRestoresBuildsAndPacks(target: "netstandard1.3")' (ID = 'b51cae8b334d3c1541527b915d0ed270ab3b5e51') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenThatWeWantToBeBackwardsCompatibleWith1xProjects.ItRestoresBuildsAndPacks(target: "netstandard1.6")' (ID = '4b397259b6ef926d93517adea72ccdea8c1e07a1') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenThatWeWantToBeBackwardsCompatibleWith1xProjects.ItRunsABackwardsVersionedTool' (ID = '30943bb812f0fd82e003eb6d8f95568a3a626502') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.ItBuildsARunnableOutput' (ID = '902a7aff5f4a962aedbae8b950fed6eb497b5146') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.ItBuildsOnlyTheSpecifiedTarget' (ID = '090aae47555d971da47276b07667ff82b87a8992') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.ItImplicitlyRestoresAProjectWhenBuilding' (ID = 'd6cd3d5dcbff7da14d50ded347f86af135a75d1e') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.ItCanBuildAMultiTFMProjectWithImplicitRestore' (ID = '228a0f7eb4340c5b29d6dd9ec7aafb85e4fd78c2') [xUnit.net 00:00:00.96] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.ItDoesNotImplicitlyRestoreAProjectWhenBuildingWithTheNoRestoreOption' (ID = '59e205054dcd2516b80df6fa81d67cc5f67b781e') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.ItDoesNotImplicitlyRestoreFromResponseFileWithTheNoRestoreOption' (ID = 'd00cb5bb24938b05727d6a09bf81ca38e78bc6e6') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.ItRunsWhenRestoringToSpecificPackageDir' (ID = '8416e62e3c3d6c899b69d975fb73d9d4dcc116f6') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.ItPrintsBuildSummary' (ID = 'cd7e9a4099586dd2846a6410f00276542a0e0fce') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.DotnetBuildDoesNotPrintCopyrightInfo' (ID = '5a88d3eb8d60e1d2d48b67d0c5f0299391b5a605') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.It_no_longer_warns_on_rid_without_self_contained_options' (ID = '92a635e1419788e413fd209cd36b957e08e8eaf6') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.It_does_not_warn_on_rid_with_self_contained_set_in_project' (ID = '9049c558de467c7fa30dac7d175cebae275ee6b6') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.It_does_not_warn_on_rid_with_self_contained_options(commandName: "build")' (ID = '0affb2e9c1581221c3fe3bc53753a345dffd3fcd') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.It_does_not_warn_on_rid_with_self_contained_options(commandName: "run")' (ID = '6134ac8897ec3ee9a128719747b2887cda80bf0e') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.It_does_not_warn_on_rid_with_self_contained_options_prior_to_net6' (ID = 'dc1a34b8419b0cdf7fe1e9c382530f58c3fa5361') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.It_builds_with_implicit_rid_with_SelfContained(executeOptions: "--self-contained")' (ID = '1e33de48309aba69a8451d7e2ecfb136cc4536aa') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.It_builds_referenced_exe_with_self_contained_specified_via_command_line_argument' (ID = 'ec865bf4b2601f3815e3e94bdc206c34768285d9') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.It_resolves_analyzers_targeting_mulitple_roslyn_versions(compilerApiVersion: "roslyn3.9")' (ID = '37fe197709eef6c85b348361647883603dbac78b') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.It_resolves_analyzers_targeting_mulitple_roslyn_versions(compilerApiVersion: "roslyn4.0")' (ID = '8c99c0cad80594f390fb5dbe900b6efad9731823') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.It_uses_correct_runtime_help_description(command: "build")' (ID = '6eb35bfd8eee3e15dbda93f3ae90c814a406d7e8') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsCsproj.It_uses_correct_runtime_help_description(command: "run")' (ID = 'a91737a92c9a2b49c2179f1a4bcdf74ca64fd121') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Build.Tests.GivenDotnetBuildBuildsDcproj.ItPrintsBuildSummary' (ID = '279ad29a9ca51da4fdb0c303cc663517e012628e') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenHelpOptionIsPassedItPrintsUsage(helpArg: "--help")' (ID = '4cea955c86da122623aa0b1dc073ea3aef51a73f') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenHelpOptionIsPassedItPrintsUsage(helpArg: "-h")' (ID = '14b46f227cb5866037005d71ebb524a950d6bb42') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenNoCommandIsPassedItPrintsError(commandName: "")' (ID = '907178578f6c6c086028b913a2d1468ab891dc28') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenNoCommandIsPassedItPrintsError(commandName: "unknownCommandName")' (ID = '17b9c8b472bac6a3c5f1fd332dfeb147107975c1') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenTooManyArgumentsArePassedItPrintsError' (ID = '30bf22cbba45b64b66eaf6aeca894ea0e4f5f904') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenNonExistingProjectIsPassedItPrintsError(projName: "idontexist.csproj")' (ID = '1bec3f436027b0181a3042c6eab400481afd797d') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenNonExistingProjectIsPassedItPrintsError(projName: "ihave?inv@lid/char\\acters")' (ID = 'c64efd1dfbc787148fe99ad1eb8ddcf4fb10cd0d') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenBrokenProjectIsPassedItPrintsError' (ID = 'fd1e37ae582c7d6558bc2ca3e2e6df95ca6015c5') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenMoreThanOneProjectExistsInTheDirectoryItPrintsErrorAndUsage' (ID = '80978de368bdf719bcb6223aebcc93c7f236db12') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenNoProjectsExistsInTheDirectoryItPrintsError' (ID = '191a716ccc4dfb6319968e77e349011e6417a970') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.ItFailsToAddInvalidRefWithProperlyFormattedError' (ID = 'd5211a42d6446a2eeeca5e23c491db07e4074ae0') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.ItAddsRefWithoutCondAndPrintsStatus' (ID = 'e436301beceb0fa214b085d778ed6a1184f408b2') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.ItAddsRefWithCondAndPrintsStatus' (ID = 'd3839e67f3ca75ab1acf5a06ada89c2004cd09ec') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenRefWithoutCondIsPresentItAddsDifferentRefWithoutCond' (ID = '2c6ffe1b011a931088fa78e1c89f89c43c09274e') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenRefWithCondIsPresentItAddsDifferentRefWithCond' (ID = '8e39fbd0018f9db00c964c97ce1cf00d94e0ee56') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenRefWithCondIsPresentItAddsRefWithDifferentCond' (ID = 'aab77e2cc4aca6a7aeb427c034ae414cbcb5689c') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenRefWithConditionIsPresentItAddsDifferentRefWithoutCond' (ID = 'a5d98b2efcbaf8858ed71c1f6987d222f1d1ebaa') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenRefWithNoCondAlreadyExistsItDoesntDuplicate' (ID = 'e712a36c87c00dd0a188cf0de84807dd52a301c8') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenRefWithCondOnItemAlreadyExistsItDoesntDuplicate' (ID = 'ea20b65770c6a1a5c5d377fc6e59b37c5c1fdbbc') [xUnit.net 00:00:00.97] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenRefWithCondOnItemGroupAlreadyExistsItDoesntDuplicate' (ID = '4343bcd8ad8682a99f9b67b11c4c56e6f0670ed7') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenRefWithCondWithWhitespaceOnItemGroupExistsItDoesntDuplicate' (ID = '24943eed1ffd78c82bb2d28b804095a84048d45b') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenRefWithoutCondAlreadyExistsInNonUniformItemGroupItDoesntDuplicate' (ID = '219b9ba9ce4d1c0578218fa7b502ad510de002e4') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenRefWithoutCondAlreadyExistsInNonUniformItemGroupItAddsDifferentRefInDifferentGroup' (ID = 'dee929a936306877c1b7cd3646ba4c186d7f6d09') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenRefWithCondAlreadyExistsInNonUniformItemGroupItDoesntDuplicate' (ID = 'b9b2f3ba0906213e0618935f1bc4e92d0b4b61dc') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenRefWithCondAlreadyExistsInNonUniformItemGroupItAddsDifferentRefInDifferentGroup' (ID = '3f218aa46a9edbb27a86f3a6c6dfd72262a28ab9') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenEmptyItemGroupPresentItAddsRefInIt' (ID = '633922d5b51c60f557b48855c5e3aa1fc999c4ef') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.ItAddsMultipleRefsNoCondToTheSameItemGroup' (ID = 'ec9be058f08dce6f5bde5ee8209259c682830e51') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.ItAddsMultipleRefsWithCondToTheSameItemGroup' (ID = '531d3878c5103d171d801d955baebfc1c863d69f') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenProjectNameIsNotPassedItFindsItAndAddsReference' (ID = '9c9c6b48c1210fe80bd89753de7520700a7d4fac') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenPassedReferenceDoesNotExistItShowsAnError' (ID = 'bab922a538db83a2a380d1fc15c880ae3c83f451') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenPassedMultipleRefsAndOneOfthemDoesNotExistItCancelsWholeOperation' (ID = '4303fc49dbcf6fbd61e9025b8b52b0d2680c1a4d') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenPassedReferenceIsUsingSlashesItNormalizesItToBackslashes' (ID = '0e8c86f0a3f2e9b1b3c00526313e8039766b57bd') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenReferenceIsRelativeAndProjectIsNotInCurrentDirectoryReferencePathIsFixed' (ID = '4dee0e5dd4e07cf9964baccb19d1eb3724c30003') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.ItCanAddReferenceWithConditionOnCompatibleFramework' (ID = '67254030ef47937583f74fe93393315c196c896a') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.ItCanAddRefWithoutCondAndTargetingSupersetOfFrameworksAndOneOfReferencesCompatible' (ID = '60d48800ef6e6858a99701729f7149ca45906bfe') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenFrameworkSwitchIsNotMatchingAnyOfTargetedFrameworksItPrintsError(framework: "net45")' (ID = 'f7e18b674e763860779d276a14dbe3027e649fb7') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenFrameworkSwitchIsNotMatchingAnyOfTargetedFrameworksItPrintsError(framework: "net40")' (ID = 'd00a914f2f77db9229df1a4d098d6140f2fadfaf') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenFrameworkSwitchIsNotMatchingAnyOfTargetedFrameworksItPrintsError(framework: "net9.0")' (ID = '0fade020fa17fee1f94d926bb1102a33594087f0') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenFrameworkSwitchIsNotMatchingAnyOfTargetedFrameworksItPrintsError(framework: "nonexistingframeworkname")' (ID = 'ef022e2c16847eb8312d83e48afe25ff574458ac') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenIncompatibleFrameworkDetectedItPrintsError(useFrameworkArg: False)' (ID = '84584c170ca0dde1eb3e6493ec6c7eff86f46e7a') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenIncompatibleFrameworkDetectedItPrintsError(useFrameworkArg: True)' (ID = 'ffecd826182c45274489d80bd0caa33cc54be726') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenDirectoryContainingProjectIsGivenReferenceIsAdded' (ID = 'ca71706707caf7e54682b8d25dc5134e7acff387') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenDirectoryContainsNoProjectsItCancelsWholeOperation' (ID = '3fdbac45068c5173346f93a85037af1731a41c3e') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Add.Reference.Tests.GivenDotnetAddReference.WhenDirectoryContainsMultipleProjectsItCancelsWholeOperation' (ID = '8453d67420ccc2bb343fa60cc418c74700ed4d44') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Package.Add.Tests.GivenDotnetPackageAdd.WhenValidPackageIsPassedBeforeVersionItGetsAdded' (ID = 'f5a657a2e979e4595db43786f2c0cd11ffd5a2f7') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Package.Add.Tests.GivenDotnetPackageAdd.WhenPrereleaseOptionIsPassed(inputVersions: ["0.0.5", "0.9.0", "1.0.0-preview.3"], expectedVersion: "1.0.0-preview.3")' (ID = '3711c8f5c938a1be782bd2ab8665f29241758a70') [xUnit.net 00:00:00.98] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Package.Add.Tests.GivenDotnetPackageAdd.WhenPrereleaseOptionIsPassed(inputVersions: ["0.0.5", "0.9.0", "1.0.0-preview.3", "1.1.1-preview.7"], expectedVersion: "1.1.1-preview.7")' (ID = '36297919e6c7739ad9105db4b74a0bf01b7538a6') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Package.Add.Tests.GivenDotnetPackageAdd.WhenPrereleaseOptionIsPassed(inputVersions: ["0.0.5", "0.9.0", "1.0.0"], expectedVersion: "1.0.0")' (ID = 'a949df67653845024b658ce7bd53a5cd6027379b') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Package.Add.Tests.GivenDotnetPackageAdd.WhenPrereleaseOptionIsPassed(inputVersions: ["0.0.5", "0.9.0", "1.0.0-preview.3", "2.0.0"], expectedVersion: "2.0.0")' (ID = '62d16330cda40f5cbad96afcbb4be44a61534d35') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Package.Add.Tests.GivenDotnetPackageAdd.WhenPrereleaseOptionIsPassed(inputVersions: ["1.0.0-preview.1", "1.0.0-preview.2", "1.0.0-preview.3"], expectedVersion: "1.0.0-preview.3")' (ID = '156cfcf93385bd59a404f450bbd515634b7a22b7') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Package.Add.Tests.GivenDotnetPackageAdd.WhenPrereleaseAndVersionOptionIsPassedFails' (ID = '5e67bdd061ca97e66260bb93fe1ae43ba1dc0d27') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Package.Add.Tests.GivenDotnetPackageAdd.WhenValidProjectAndPackageArePassedItGetsAdded' (ID = 'a7741ccea342fd6b0b1e9ce5e183b6f41c357562') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Package.Add.Tests.GivenDotnetPackageAdd.WhenValidProjectAndPackageWithPackageDirectoryContainingSpaceArePassedItGetsAdded' (ID = '6a032b75b379b23a8bd6ea543f16b18672fb2440') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Package.Add.Tests.GivenDotnetPackageAdd.WhenValidPackageIsPassedAfterVersionItGetsAdded' (ID = '227197d5de12fc9d29680c54173d21382891768e') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Package.Add.Tests.GivenDotnetPackageAdd.WhenValidPackageIsPassedWithFrameworkItGetsAdded' (ID = '9eeb37e78e11b4754ab12bfc5087e46cb21a2b04') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Package.Add.Tests.GivenDotnetPackageAdd.WhenValidPackageIsPassedMSBuildDoesNotPrintVersionHeader' (ID = 'a608984e24b58b778b88c7e2a2d35b2e9d587cfa') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Package.Add.Tests.GivenDotnetPackageAdd.WhenMultiplePackagesArePassedCommandFails' (ID = 'a6848312082f9e087b8e71473206058fbfe2fb3f') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Package.Add.Tests.GivenDotnetPackageAdd.WhenNoPackageisPassedCommandFails' (ID = '33c300800bf3e6da05bd6d7edad115cdc266ca4a') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Uninstall.Tests.GivenDotnetWorkloadUninstall.GivenWorkloadUninstallItErrorsWhenWorkloadIsNotInstalled' (ID = 'c33b6d9e5d615bb204fde305ad57fcd3a8639edd') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Uninstall.Tests.GivenDotnetWorkloadUninstall.GivenWorkloadUninstallItCanUninstallWorkload(userLocal: True)' (ID = 'b70f8c074a18537a39be17797895b4efc0a7ac7d') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Uninstall.Tests.GivenDotnetWorkloadUninstall.GivenWorkloadUninstallItCanUninstallWorkload(userLocal: False)' (ID = '9fbb9f1d9cc678d5a2e8bb7a7ae8fac56ef9f815') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Uninstall.Tests.GivenDotnetWorkloadUninstall.GivenWorkloadUninstallItWorksWithVerbosityFlag' (ID = 'c320f97c1ed205ec7cf0be438cc179be553eb244') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Uninstall.Tests.GivenDotnetWorkloadUninstall.GivenWorkloadUninstallItCanUninstallOnlySpecifiedWorkload(userLocal: True)' (ID = '882b1782d52205f7bab5f61c93d7fbad829299da') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Uninstall.Tests.GivenDotnetWorkloadUninstall.GivenWorkloadUninstallItCanUninstallOnlySpecifiedWorkload(userLocal: False)' (ID = 'dd9d215d3f9131d95b6907f2c845a269e5c2f317') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Uninstall.Tests.GivenDotnetWorkloadUninstall.GivenWorkloadUninstallItCanUninstallOnlySpecifiedFeatureBand(userLocal: True)' (ID = '439c916f492286a1bb523d695ddc8786f5bf5da8') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Uninstall.Tests.GivenDotnetWorkloadUninstall.GivenWorkloadUninstallItCanUninstallOnlySpecifiedFeatureBand(userLocal: False)' (ID = '7d0670b4eae1187a5c9c79e4a6d3a505d2acc8b3') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Search.Tests.GivenDotnetWorkloadSearch.GivenNoWorkloadsAreInstalledSearchIsEmpty' (ID = 'ddcc8cb7e09783eab44078996aecdf8c15c17a83') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Search.Tests.GivenDotnetWorkloadSearch.GivenNoStubIsProvidedSearchShowsAllWorkloads' (ID = '0dddf50379ab71818f67cc6b5bb4f0214e62d568') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Search.Tests.GivenDotnetWorkloadSearch.GivenDetailedVerbositySearchShowsAllColumns' (ID = '216ee05873a56f5d3a31a62920aabe2271b66216') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Search.Tests.GivenDotnetWorkloadSearch.GivenStubIsProvidedSearchShowsAllMatchingWorkloads' (ID = '5cb28b45531a249b627d8c24240dbd1163126814') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Search.Tests.GivenDotnetWorkloadSearch.GivenSearchResultsAreOrdered' (ID = 'c08807014a1900eadbd41a478e1523944a6f8193') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Search.Tests.GivenDotnetWorkloadSearch.GivenWorkloadSearchItSearchesDescription' (ID = '3235608c63d2e3c6867dca849c2c5b95b2c595ca') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Restore.Tests.DiscoverAllProjectsTests.WhenCallWithNoSlnOrProjectArgumentItCollectProjectsFromSolution' (ID = '2bb28d8ae7edeaef1eb2afa97bdad564a7031bb2') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Restore.Tests.DiscoverAllProjectsTests.WhenCallWithSlnOrProjectArgumentItCollectProjectsFromSolution' (ID = '479e3fea4cdaa3d17641c18ed8c2bc50a4da248a') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Restore.Tests.DiscoverAllProjectsTests.WhenCallWithDirectoryWith2ProjectItShouldFindAll' (ID = '6c761d828948bef727c26b2817397d1d00569f2f') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Restore.Tests.DiscoverAllProjectsTests.WhenCallWithSlnContainingSolutionFolderItExcludesFolderProjectsFromSolution' (ID = '46450c60f3d34c47a015b3ca4991fe9547882ecd') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Restore.Tests.GivenDotnetWorkloadRestore.ProjectsThatDoNotSupportWorkloadsAreNotInspected' (ID = '039f6fa61561d6aed0c9d0650ec5567ed5856fbd') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Repair.Tests.GivenDotnetWorkloadRepair.GivenNoWorkloadsAreInstalledRepairIsNoOp(userLocal: True)' (ID = 'ba73bb1413ca7684b33aa58efaac8c95df09eef2') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Repair.Tests.GivenDotnetWorkloadRepair.GivenNoWorkloadsAreInstalledRepairIsNoOp(userLocal: False)' (ID = '2436f53e5c3fb0bb2ffa2000c631db06457c9038') [xUnit.net 00:00:00.99] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Repair.Tests.GivenDotnetWorkloadRepair.GivenExtraPacksInstalledRepairGarbageCollects(userLocal: True)' (ID = 'aaabfb0634112450b0de16e37b58f211b5c551f1') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Repair.Tests.GivenDotnetWorkloadRepair.GivenExtraPacksInstalledRepairGarbageCollects(userLocal: False)' (ID = '017518e3688a007790c44dbb7bffc94c5d27fd78') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Repair.Tests.GivenDotnetWorkloadRepair.GivenMissingPacksRepairFixesInstall(userLocal: True)' (ID = 'fbe42631b9f0ed3f61f365425f451d7a9f95b5eb') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Repair.Tests.GivenDotnetWorkloadRepair.GivenMissingPacksRepairFixesInstall(userLocal: False)' (ID = '42994fa56ecbf1f776840599b5d5d032ff12fe4a') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenInstalledWorkloadAndManifestUpdater.ItShouldGetAvailableUpdate' (ID = '3f9322c3785b3f8239830037a2ed46f0e7848b8b') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenInstalledWorkloadAndManifestUpdater.ItShouldGetListOfWorkloadWithCurrentSdkVersionBand' (ID = 'c8209f762eb942806a50f30ec5b309d6d4788341') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenInstalledWorkloadAndManifestUpdater.GivenLowerTargetVersionItShouldThrow' (ID = '5a1fa146ee896f5ad0a6469b0f33cd1b6e64f733') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenInstalledWorkloadAndManifestUpdater.GivenSameLowerTargetVersionBandItShouldNotThrow' (ID = 'd75418bdb701c23ed3d3200f0062533554b73e11') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenWorkloadUpdateFromHistory' (ID = '7c51b027abe249a8a076ee8b267ebd5a9950ad34') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenWorkloadUpdateItRemovesOldPacksAfterInstall(userLocal: True)' (ID = '163ecebd4e8a4e029c535b0d3b6cd5d37e242ca7') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenWorkloadUpdateItRemovesOldPacksAfterInstall(userLocal: False)' (ID = '494e9b8cefd2d07242d8305e8279d8cf461ea6b2') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenWorkloadUpdateAcrossFeatureBandsItUpdatesPacks(userLocal: True)' (ID = '817a1fa2e218523e8fa88dfb155cc5a14640d610') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenWorkloadUpdateAcrossFeatureBandsItUpdatesPacks(userLocal: False)' (ID = 'ca7804d5cc8db79546a82923b36c3a1e059f4989') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenWorkloadUpdateItUpdatesOutOfDatePacks' (ID = 'a862ce1716ad2b46b711d3b6417e8d355327144f') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.UpdateViaWorkloadSet(upgrade: True)' (ID = 'bdd176f4947fb01a214a5cc563cd1c893e51a3c7') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.UpdateViaWorkloadSet(upgrade: False)' (ID = 'bb20f7ad813349b752829d1f4d384fcf2c35e660') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenWorkloadUpdateItRollsBackOnFailedUpdate' (ID = '50a5a8f2e74def0085f0f51590a1ede47982f56f') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenWorkloadUpdateItCanDownloadToOfflineCache' (ID = 'a913bfc0659bd44b1cab1d8b5364b1642ca27bd1') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenWorkloadUpdateItCanInstallFromOfflineCache' (ID = '32f545b2b7caf99a0dd9189d20e14f23e0d19ae0') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenWorkloadUpdateItPrintsDownloadUrls' (ID = '7bb8cde67bdb20c3769caece2d7b47549c90b0c6') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenWorkloadUpdateItPrintsDownloadUrlsForNewFeatureBand' (ID = '962125e36fa128b955da7d760d5921faf1b5ecfa') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenWorkloadUpdateWithSdkVersionItErrors' (ID = '7d856c125bf0ee994afd5b8ff585489b210a6e2f') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenOnlyUpdateAdManifestItSucceeds' (ID = 'cfcd5f473d8352a1d0ae187b7af8afa508f06182') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenPrintRollbackDefinitionItIncludesAllInstalledManifests' (ID = '77ba87138d2c219854b19eb3f05b39c153fd0b79') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.ApplyRollbackAcrossFeatureBand(existingSdkFeatureBand: "6.0.200", newSdkFeatureBand: "6.0.200")' (ID = 'd8243a8f8a73a84cd0215768a8667063430f0d08') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.ApplyRollbackAcrossFeatureBand(existingSdkFeatureBand: "6.0.200", newSdkFeatureBand: "6.0.100")' (ID = '92ee1db4982eb0f8418215e802a73d97963a9e4e') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.ApplyRollbackAcrossFeatureBand(existingSdkFeatureBand: "6.0.100", newSdkFeatureBand: "6.0.200")' (ID = 'f21b747b067037bec5893b9a73024bafcca0b943') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.ApplyRollbackAcrossFeatureBand(existingSdkFeatureBand: "5.0.100", newSdkFeatureBand: "6.0.100")' (ID = '2c9b942cd7d0dddd61fc846f414536ad4c6d2b72') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.ApplyRollbackAcrossFeatureBand(existingSdkFeatureBand: "6.0.100", newSdkFeatureBand: "5.0.100")' (ID = '5ab4a8f215133af0de862c88bfc973cc385175a8') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.ApplyRollbackAcrossFeatureBand(existingSdkFeatureBand: "5.0.100", newSdkFeatureBand: "6.0.300")' (ID = 'd1b139ea858629a19ed3be19e7c351bc5ad3ff9a') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.ApplyRollbackAcrossFeatureBand(existingSdkFeatureBand: "6.0.300", newSdkFeatureBand: "5.0.100")' (ID = '79ff02084beece09fab14d3a802e8ccec57aa4e4') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.ApplyRollbackWithMultipleManifestsAcrossFeatureBand' (ID = 'cc2699f3efc59684cadf35006d706e3ac3d43ab8') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Update.Tests.GivenDotnetWorkloadUpdate.GivenInvalidVersionInRollbackFileItErrors' (ID = '66f166891c13b7acfb49e6d0b74c996202fcf368') [xUnit.net 00:00:01.00] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.List.Tests.GivenAnMsiInstallation.GivenExistingRecordsItCanDetermineInstalledWorkloads' (ID = 'c02581848706214b07809a2ec969a1ef16df1d04') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.List.Tests.GivenAnMsiInstallation.GivenExistingRecordsItCanDeleteRecords' (ID = 'b1f8dd5037fbba19ac7d210a87f4a5c3378c6c2f') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.List.Tests.GivenAnMsiInstallation.GivenExistingRecordsItOnlyEnumeratesFeatureBandsWithWorkloads' (ID = '4a9505987dfd4ff3c84e6468c259d6eaf623da85') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.List.Tests.GivenDotnetWorkloadList.GivenNoWorkloadsAreInstalledListIsEmpty' (ID = 'cbeacd671344a4aa2d63edcf3527472e66052990') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.List.Tests.GivenDotnetWorkloadList.GivenAvailableWorkloadsItCanComputeVisualStudioIds' (ID = 'f29411febc3522da84f9527334514e6d9e2ddd07') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.List.Tests.GivenDotnetWorkloadList.GivenNoWorkloadsAreInstalledMachineReadableListIsEmpty' (ID = '0f64e2ac46a2d9a5022edada060b88cd97a6b8f5') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.List.Tests.GivenDotnetWorkloadList.GivenWorkloadsAreInstalledListIsNotEmpty' (ID = '28a2fd21d7747cd562f33b79d6a1ee277fc7ef26') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.List.Tests.GivenDotnetWorkloadList.GivenWorkloadsAreInstalledMachineReadableListIsNotEmpty' (ID = '2f9876a9d87a589bb1312fda015814431b73eb4a') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.List.Tests.GivenDotnetWorkloadList.GivenWorkloadsAreOutOfDateUpdatesAreAdvertised' (ID = '35208035e1e394ae7355cfce4d6a032f5ed184aa') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItErrorsOnFakeWorkloadName' (ID = 'b9cbdab4c88f48bfd43cec620e96e10f2af5de95') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.ItErrorUsingSkipManifestAndRollback' (ID = 'f196bd43acabed649e414d5ff93502e6a7db0cd8') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanInstallPacks(userLocal: True, sdkVersion: "6.0.100")' (ID = '37b27007267336a905affa14ac3eb97397ee809b') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanInstallPacks(userLocal: True, sdkVersion: "6.0.101")' (ID = '9653c0cb4be78d1b68514859333923bbf77699be') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanInstallPacks(userLocal: True, sdkVersion: "6.0.102-preview1")' (ID = '3482616bfce4c9fdef0c4ea67203d5baacd32bed') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanInstallPacks(userLocal: False, sdkVersion: "6.0.100")' (ID = '47d128580b2bebf21934152d9e12055461fd5443') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanRollBackPackInstallation(userLocal: True, sdkVersion: "6.0.100")' (ID = '25c53d57034a95a4af71ecf202f393e8c04e0a11') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanRollBackPackInstallation(userLocal: True, sdkVersion: "6.0.101")' (ID = '873669ccd62a0a02b9c384b91c6abf16999728bf') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanRollBackPackInstallation(userLocal: True, sdkVersion: "6.0.102-preview1")' (ID = '3f81e6471ba0958d4f01b47c01d9f63f5eb58a5e') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanRollBackPackInstallation(userLocal: False, sdkVersion: "6.0.100")' (ID = '6fde58899e4526bdce6e4d8a274186fd0267d668') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallOnFailingRollbackItDisplaysTopLevelError' (ID = '00a13a190e3e80a8c5c71ddd1a176471aee604f6') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanUpdateAdvertisingManifests(userLocal: True, sdkVersion: "6.0.100")' (ID = '85ee0d8b987e64cbd4388a0f8491447b7cf3cf29') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanUpdateAdvertisingManifests(userLocal: True, sdkVersion: "6.0.101")' (ID = '76990dca2ff673ca5fd029ecb76a762435d660da') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanUpdateAdvertisingManifests(userLocal: True, sdkVersion: "6.0.102-preview1")' (ID = 'db5a45f11af0c7d9809b307e257f5f4be03c303b') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanUpdateAdvertisingManifests(userLocal: False, sdkVersion: "6.0.100")' (ID = 'eecfd63f0fd9f2fc19e56c9cc73ea66ee48efff2') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItWarnsOnGarbageCollectionFailure' (ID = 'e81858477e6d70504647bba678b60771b2a5a93f') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenInfoOptionWorkloadBaseCommandAcceptsThatOption' (ID = '223b2d2da3c406495adcdf0f75e0625bc350447f') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenNoWorkloadsInstalledInfoOptionRemarksOnThat' (ID = 'd92218bade418836861086f6e7368dbf572fe26a') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenBadOptionWorkloadBaseInformsRequiredCommandWasNotProvided' (ID = 'f8536ad77f074b42b6c3236a51debea5dc95d552') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanUpdateInstalledManifests(userLocal: True, sdkVersion: "6.0.100")' (ID = 'ea8310333fbd0beaf73ccbdf4435c3168f0f9e31') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanUpdateInstalledManifests(userLocal: True, sdkVersion: "6.0.101")' (ID = 'd8086f546ba8074bbd5f383e438c1ded99ce07dd') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanUpdateInstalledManifests(userLocal: True, sdkVersion: "6.0.102-preview1")' (ID = '9a6b791b76ac97b1894f27ac3c146c100641c206') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanUpdateInstalledManifests(userLocal: False, sdkVersion: "6.0.100")' (ID = 'e1a3a84c4509d3cf330de558e664cd36cbb9988d') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallFromCacheItInstallsCachedManifest(userLocal: True, sdkVersion: "6.0.100")' (ID = '794daad45f4f76b71f014add493426387190f6a6') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallFromCacheItInstallsCachedManifest(userLocal: True, sdkVersion: "6.0.101")' (ID = '71601bf9b7579c08e6543f130805eaeeb3ba70d4') [xUnit.net 00:00:01.01] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallFromCacheItInstallsCachedManifest(userLocal: True, sdkVersion: "6.0.102-preview1")' (ID = '46664d0ae766c02d608e2f2c6e77dd547eb9d678') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallFromCacheItInstallsCachedManifest(userLocal: False, sdkVersion: "6.0.100")' (ID = 'e16ee6b06ea6c9613b03b78a08bedcb18b0f268c') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanDownloadToOfflineCache(userLocal: True, sdkVersion: "6.0.100")' (ID = '0286ed27c3202a6e9a8f0d18d5b2087dfc914d7e') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanDownloadToOfflineCache(userLocal: True, sdkVersion: "6.0.101")' (ID = 'b909595bdd5e43e484c2e6b50ecf0025960ac168') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanDownloadToOfflineCache(userLocal: True, sdkVersion: "6.0.102-preview1")' (ID = '4e2e95d76a76f063f0d1079685396102bcb44520') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanDownloadToOfflineCache(userLocal: False, sdkVersion: "6.0.100")' (ID = '685bf5fb812447282091ab5519231b717b2effdc') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanInstallFromOfflineCache(userLocal: True, sdkVersion: "6.0.100")' (ID = 'a28277221fa3cb9b14eaee7b8fd64a52683ab512') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanInstallFromOfflineCache(userLocal: True, sdkVersion: "6.0.101")' (ID = '2673ee4626bedaa3af1dbc198dfe56e0f2afa5df') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanInstallFromOfflineCache(userLocal: True, sdkVersion: "6.0.102-preview1")' (ID = '80340a7f4fac34e3e265ff3ba0d94d1b9b3b117d') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanInstallFromOfflineCache(userLocal: False, sdkVersion: "6.0.100")' (ID = '1cd3501a53b3e54c2cca65f3494d0d18e29b1f36') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItPrintsDownloadUrls(userLocal: True, sdkVersion: "6.0.100")' (ID = 'c66582bc6024d4801443ceb933be895d336914f7') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItPrintsDownloadUrls(userLocal: True, sdkVersion: "6.0.101")' (ID = '0ecfc7dc16b0ba489dba6024ce176459a983e8f6') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItPrintsDownloadUrls(userLocal: True, sdkVersion: "6.0.102-preview1")' (ID = '6e9ae76eb7e014d7866ff64d09420a273d37da54') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItPrintsDownloadUrls(userLocal: False, sdkVersion: "6.0.100")' (ID = '410e7177d3d742c95ad512035e0bf177016bfcf7') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItErrorsOnUnsupportedPlatform' (ID = 'e005ce0a7bdea7d80f4b2e860144990a70fe40e7') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItDoesNotRemoveOldInstallsOnRollback(userLocal: True)' (ID = '531b5cec553fb188f81f0bfcd3db55daeaef5a1d') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItDoesNotRemoveOldInstallsOnRollback(userLocal: False)' (ID = '7c95bff99927126f862a29ec4793b74d3b8bd64c') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItTreatsPreviewsAsSeparateFeatureBands' (ID = 'b0a39db7aa0c24f77859fa9a37838406c73d58c2') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItErrorsOnInvalidWorkloadRollbackFile' (ID = '9790787cba59dece49af3ff8bbcfe6df805db121') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItWarnsWhenManifestFromRollbackFileIsntInstalled' (ID = 'f4fb317210134e6bd10a127a879a2fe2e53c6198') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItWarnsWhenTheWorkloadIsAlreadyInstalled' (ID = '0c14a946b6a8bc2bf138ba00c62645e50d4bd762') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.HideManifestUpdateCheckWhenVerbosityIsQuiet' (ID = '12f63fd55b5b56f126160fe8cf2cfce5ab51a7ab') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.HideManifestUpdatesWhenVerbosityIsMinimalOrNormal' (ID = '8b841f961cae3bba923d1be2f2edab84e732a2b2') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.ShowManifestUpdatesWhenVerbosityIsDetailedOrDiagnostic' (ID = 'c3b34003282b900c115387853ebc8e9803f99fee') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenFileBasedWorkloadInstall.InstallStateUpdatesWorkProperly' (ID = '8d081056b1b07a6a887bd78f00a9c347eaf274d7') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenFileBasedWorkloadInstall.GivenManagedInstallItCanGetFeatureBandsWhenFilesArePresent' (ID = '7dfb7478e53fd254e6b3759c31209bb382cf9976') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenFileBasedWorkloadInstall.GivenManagedInstallItCanNotGetFeatureBandsWhenFilesAreNotPresent' (ID = '01d1ab24ec6fb2b3a61072f1b85d24953c5c6d76') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenFileBasedWorkloadInstall.GivenManagedInstallItCanGetInstalledWorkloads' (ID = '07033bc15e9e5afb42bf347ffd7ed195f6c2fa95') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenFileBasedWorkloadInstall.GivenManagedInstallItCanWriteInstallationRecord' (ID = '131d798bd42d45b5d2d467f1b53a41d2ebf220b3') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenFileBasedWorkloadInstall.GivenManagedInstallItCanInstallDirectoryPacks' (ID = 'a9d7ff4948bafce29ed61b888c91014ec7a5d522') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenFileBasedWorkloadInstall.GivenManagedInstallItCanInstallSingleFilePacks' (ID = '2e01ef20208153ee03a8e05bf2226b31e624052e') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenFileBasedWorkloadInstall.GivenManagedInstallItCanInstallPacksWithAliases' (ID = '7b3dabe30734897abe4a8583b65885d9249e30cb') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenFileBasedWorkloadInstall.GivenManagedInstallItHonorsNuGetSources' (ID = 'b8c72fee18bf1692dc29342061388958c87b4075') [xUnit.net 00:00:01.02] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenFileBasedWorkloadInstall.GivenManagedInstallItDetectsInstalledPacks' (ID = '9794b6d9f65bb4ec55611ac0ddccda034b411b70') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenFileBasedWorkloadInstall.GivenManagedInstallItCanRollBackInstallFailures' (ID = '229d0f60d6249a63ef5f9f18abf9dbdf433e9d52') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenFileBasedWorkloadInstall.GivenManagedInstallItDoesNotRemovePacksWithInstallRecords' (ID = '7cef627a5ef27870fbc4dd6cd93bebf1455eee8c') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenFileBasedWorkloadInstall.GivenManagedInstallItCanInstallManifestVersion' (ID = 'bd62a3afef5181c0a0b065baf64d9e89f352b291') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenFileBasedWorkloadInstall.GivenManagedInstallItCanGetDownloads' (ID = '740d57cdbf7aa09641f80657debd2385b89d71fc') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenFileBasedWorkloadInstall.GivenManagedInstallItCanInstallPacksFromOfflineCache' (ID = '7d4207c843272b52f225007d2e56278f357f967a') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenFileBasedWorkloadInstall.GivenManagedInstallItCanErrorsWhenMissingOfflineCache' (ID = 'a7ae6f4bfc477a94a654b245123575643da509ab') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.GivenWorkloadManifestUpdateItCanUpdateAdvertisingManifests' (ID = '7937fe8531e67de6bd96e2e588b3e59a74dd1a7b') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.GivenAdvertisingManifestUpdateItUpdatesWhenNoSentinelExists' (ID = '0b49900fc348b465cd6fc7c43f43d959f42ee97d') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.GivenAdvertisingManifestUpdateItUpdatesWhenDue' (ID = '1ab56f735b57e78574ab263585495ce1cab32e6e') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.GivenAdvertisingManifestUpdateItDoesNotUpdateWhenNotDue' (ID = '1b2c0c55a10d94bcc2aa337e65b597a923e699cc') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.GivenAdvertisingManifestUpdateItHonorsDisablingEnvVar' (ID = '52fb118159f4291dcb5723ada8aa1cee48e2e7af') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.GivenWorkloadManifestUpdateItCanCalculateUpdates' (ID = 'f3955637b784599c1fe91530171517654bd8c1b3') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.GivenAdvertisedManifestsItCalculatesCorrectUpdates' (ID = 'b3eecf36f517a5718a7979d94c06f95ea3281d30') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.ItCanFallbackAndAdvertiseCorrectUpdate(useOfflineCache: False)' (ID = 'c64a73038416aef35ce672bc980f9fc2e94b3c62') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.ItCanFallbackAndAdvertiseCorrectUpdate(useOfflineCache: True)' (ID = '9b07332afb805c45f0247dccc480f8af9a043b5a') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.ItCanFallbackWithNoUpdates(useOfflineCache: False)' (ID = '469ba824bedfc9ec071129bcb19d3c67d4c6b772') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.ItCanFallbackWithNoUpdates(useOfflineCache: True)' (ID = '6810ab190130738df0b9213d9ad230fd4e4bc4cd') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.GivenNoUpdatesAreAvailableAndNoRollbackItGivesAppropriateMessage(useOfflineCache: False)' (ID = 'cafd79dcb75e065737fd702132a1c44dfb136183') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.GivenNoUpdatesAreAvailableAndNoRollbackItGivesAppropriateMessage(useOfflineCache: True)' (ID = '19afec904041b9fd120558edfde79158444dac35') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.GivenWorkloadManifestRollbackItCanCalculateUpdates' (ID = '079435cd59ccb1dc93f054f895553fdbde43431f') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.GivenFromRollbackDefinitionItErrorsOnInstalledExtraneousManifestId' (ID = '1e5099975c53df5dfec7c96209bc355b36faabb9') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.GivenFromRollbackDefinitionItErrorsOnExtraneousManifestIdInRollbackDefinition' (ID = 'c970756e3ef44288e0c00ebcc1f63a22228e6aaf') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.GivenWorkloadManifestUpdateItChoosesHighestManifestVersionInCache' (ID = 'a079952e6e7f98ba512c845f787029a3771d0e2a') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.GivenWorkloadsAreOutOfDateUpdatesAreAdvertisedOnRestoringCommands(commandName: "build", shouldShowUpdateNotification: True)' (ID = 'f801369643757a3a00912ddb50881a503288f9d9') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.GivenWorkloadsAreOutOfDateUpdatesAreAdvertisedOnRestoringCommands(commandName: "publish", shouldShowUpdateNotification: True)' (ID = '79a72a08bab61c9070992080ded6830a631019e6') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.GivenWorkloadsAreOutOfDateUpdatesAreAdvertisedOnRestoringCommands(commandName: "run", shouldShowUpdateNotification: False)' (ID = '94a5c3c2a88fc631be0f650bdf2149b8c8bf87d9') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.WorkloadUpdatesForDifferentBandAreNotAdvertised' (ID = '49c002db7ea63f7beaaba8051e9fb8bc11aacda1') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.GivenWorkloadManifestUpdater.TestSideBySideUpdateChecks' (ID = '7a0aae257a0f28a7fef8e617a76a34ff8e9139f2') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadGarbageCollectionTests.GivenManagedInstallItCanGarbageCollect' (ID = '8ebc0d1841bc781cb7b87a543e73c3f058c73ca3') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadGarbageCollectionTests.GivenManagedInstallItCanGarbageCollectPacksMissingFromManifest' (ID = 'a3d4316892c730a574d5eaf082d2cf81ae128d29') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadGarbageCollectionTests.GarbageCollectManifests' (ID = '294c937872374fc1426983982942c4e20b3ed91b') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadGarbageCollectionTests.GarbageCollectManifestsWithInstallState' (ID = 'bd1d46724232324b8718d16676f2a9615307796b') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadSetVersionMappingTests.TestWorkloadSetVersionParsing(workloadSetVersion: "8.0.200", expectedFeatureBand: "8.0.200", expectedPackageVersion: "8.200.0")' (ID = '27a3b9ab22b5dddd6c04db4359fbb65273486890') [xUnit.net 00:00:01.03] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadSetVersionMappingTests.TestWorkloadSetVersionParsing(workloadSetVersion: "8.0.201", expectedFeatureBand: "8.0.200", expectedPackageVersion: "8.201.0")' (ID = 'cb1ce1c80b75d232b09ce546ec456d2641e805c9') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadSetVersionMappingTests.TestWorkloadSetVersionParsing(workloadSetVersion: "8.0.203.1", expectedFeatureBand: "8.0.200", expectedPackageVersion: "8.203.1")' (ID = '31bf5d2edf98be43c99ffa76b3d7e1740f5a01e6') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadSetVersionMappingTests.TestWorkloadSetVersionParsing(workloadSetVersion: "9.0.100-preview.2.3.4.5.6.7.8", expectedFeatureBand: "9.0.100-preview.2", expectedPackageVersion: "9.100.0-preview.2.3.4.5.6.7.8")' (ID = 'f39ac039f99c2aea7c39ee93ed8c5918caf0c630') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadSetVersionMappingTests.TestWorkloadSetVersionParsing(workloadSetVersion: "8.0.201.1-preview", expectedFeatureBand: "8.0.200", expectedPackageVersion: "8.201.1-preview")' (ID = '653359962721f7becae71d91a1904488dd07a20b') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadSetVersionMappingTests.TestWorkloadSetVersionParsing(workloadSetVersion: "8.0.201.1-preview.2", expectedFeatureBand: "8.0.200", expectedPackageVersion: "8.201.1-preview.2")' (ID = '472c2a57ef260fe220cac284130c117836aa9dfd') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadSetVersionMappingTests.TestWorkloadSetVersionParsing(workloadSetVersion: "8.0.201-servicing.23015", expectedFeatureBand: "8.0.200", expectedPackageVersion: "8.201.0-servicing.23015")' (ID = '969ce082d1510e434804e89321b386d5e27dd86e') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadSetVersionMappingTests.TestWorkloadSetVersionParsing(workloadSetVersion: "9.0.100-preview-servicing.1.23015", expectedFeatureBand: "9.0.100", expectedPackageVersion: "9.100.0-preview-servicing.1.23015")' (ID = 'f36bb7710e11b4952528dd55670c3be75c73be50') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadSetVersionMappingTests.TestWorkloadSetPackageVersionParsing(expectedWorkloadSetVersion: "8.0.200", packageFeatureBand: "8.0.200", packageVersion: "8.200.0")' (ID = '887aeb9df180cd040a88ba10e4051305c7f7b631') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadSetVersionMappingTests.TestWorkloadSetPackageVersionParsing(expectedWorkloadSetVersion: "8.0.201", packageFeatureBand: "8.0.200", packageVersion: "8.201.0")' (ID = 'f46b205019617aa98a45b61b3952c2ebd58801bf') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadSetVersionMappingTests.TestWorkloadSetPackageVersionParsing(expectedWorkloadSetVersion: "8.0.203.1", packageFeatureBand: "8.0.200", packageVersion: "8.203.1")' (ID = 'bb87b94d0faa73b5244109640d21eef178b331ea') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadSetVersionMappingTests.TestWorkloadSetPackageVersionParsing(expectedWorkloadSetVersion: "9.0.100-preview.2.3.4.5.6.7.8", packageFeatureBand: "9.0.100-preview.2", packageVersion: "9.100.0-preview.2.3.4.5.6.7.8")' (ID = '60708f4f8455c8dcda9ddbbedd3454eb6f40f770') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadSetVersionMappingTests.TestWorkloadSetPackageVersionParsing(expectedWorkloadSetVersion: "8.0.201.1-preview", packageFeatureBand: "8.0.200", packageVersion: "8.201.1-preview")' (ID = '0e486258d9fe174cebff25a070c86222d2273f6a') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadSetVersionMappingTests.TestWorkloadSetPackageVersionParsing(expectedWorkloadSetVersion: "8.0.201.1-preview.2", packageFeatureBand: "8.0.200", packageVersion: "8.201.1-preview.2")' (ID = '7065154cc141a5f895114a59157c109572a38140') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadSetVersionMappingTests.TestWorkloadSetPackageVersionParsing(expectedWorkloadSetVersion: "8.0.201-servicing.23015", packageFeatureBand: "8.0.200", packageVersion: "8.201.0-servicing.23015")' (ID = 'be1bf8394dfe285eea84b2a77d5fa4626e2e82be') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Install.Tests.WorkloadSetVersionMappingTests.TestWorkloadSetPackageVersionParsing(expectedWorkloadSetVersion: "9.0.100-preview-servicing.1.23015", packageFeatureBand: "9.0.100", packageVersion: "9.100.0-preview-servicing.1.23015")' (ID = '169fa7d17061bff8473663a6bc1b2b1621cceff6') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Clean.Tests.GivenDotnetWorkloadClean.GivenWorkloadCleanFileBasedItRemovesPacksAndPackRecords(userLocal: True, cleanAll: True)' (ID = '0d8a2f554f4ae1fe3773cbb57c859f1cbad51c8c') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Clean.Tests.GivenDotnetWorkloadClean.GivenWorkloadCleanFileBasedItRemovesPacksAndPackRecords(userLocal: False, cleanAll: True)' (ID = '641c6e803e373307eaece464bb2fb91caa2876e1') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Clean.Tests.GivenDotnetWorkloadClean.GivenWorkloadCleanFileBasedItRemovesPacksAndPackRecords(userLocal: True, cleanAll: False)' (ID = '806cf7b9fb9ed1a21be8a026f2b92ba096e57abd') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Clean.Tests.GivenDotnetWorkloadClean.GivenWorkloadCleanFileBasedItRemovesPacksAndPackRecords(userLocal: False, cleanAll: False)' (ID = '06a880f3e3f0a08876c26ce9b402bd1633c16f7e') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Clean.Tests.GivenDotnetWorkloadClean.GivenWorkloadCleanAllFileBasedItCleansAllFeatureBands(userLocal: True)' (ID = '87f2e898c16dd5e4da54ab58031e1ac1109cd043') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.Workload.Clean.Tests.GivenDotnetWorkloadClean.GivenWorkloadCleanAllFileBasedItCleansAllFeatureBands(userLocal: False)' (ID = '6fce3e1f1df42ab6d9eabbf86c2ed86d8aeae59d') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "Capability", availableCapabilities: "", expectedResult: False)' (ID = '95da3b37e316fc6f881e3ad641e52a2ee3e61d76') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "Cap1 | Cap2 + Cap3 | Cap4", availableCapabilities: "Cap3|Cap1", expectedResult: True)' (ID = 'b6d3525f3b08f95af0df9b45a4a658f8f0ca5ef5') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "Cap1 | Cap2 + Cap3 | Cap4", availableCapabilities: "Cap3", expectedResult: False)' (ID = '035e1d7d971439f47fa367fa7824250b21ad76bf') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "(Cap1 | Cap2) | (Cap3 | Cap4)", availableCapabilities: "Cap3", expectedResult: True)' (ID = '16dce54678beb92b867994b3cec684522403159b') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "(Cap1 | Cap2) + (Cap3 | Cap4)", availableCapabilities: "Cap3|Cap1", expectedResult: True)' (ID = '5e42e46ec81eef8f3c99917ad9510b89092d2379') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "(Cap1 | Cap2) + (Cap3 | Cap4)", availableCapabilities: "Cap3", expectedResult: False)' (ID = '1fb9501bdf06bbcbc6cae8092cfd76685f302157') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "!Cap3", availableCapabilities: "Cap1", expectedResult: True)' (ID = 'e64115e0c90a948063a6ae8957a781258610ec5f') [xUnit.net 00:00:01.04] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "!Cap3", availableCapabilities: "Cap3", expectedResult: False)' (ID = '2b7c488fc64e6e797b8ba66a8813709428ddbab8') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "Cap1 | Cap2 & Cap3 | Cap4", availableCapabilities: "Cap3", expectedResult: False)' (ID = '668cea16706a86af61859db16de584384de8cf77') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "Cap1 + Cap2", availableCapabilities: "Cap1|Cap2", expectedResult: True)' (ID = '3b039ca608f57786c90ecf238af744ab40a883bd') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "Cap1 + Cap2", availableCapabilities: "Cap3", expectedResult: False)' (ID = '31bed167b5eccf45f37e2f5c162c1396db425e5e') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "Cap1 & Cap2", availableCapabilities: "Cap1|Cap2", expectedResult: True)' (ID = 'ce4ea1fec99efed45aa71ca9396d2f1273a1c64b') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "Cap1 & Cap2", availableCapabilities: "Cap1", expectedResult: False)' (ID = 'b13f688090196f213cf95ce0652f59e88f12c6bc') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "Cap1 & Cap2", availableCapabilities: "Cap3", expectedResult: False)' (ID = 'bbed48b6412bffe11ed1eabe9a7e8ec534b54d9e') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "Cap1 | Cap2", availableCapabilities: "Cap1", expectedResult: True)' (ID = '860fb3ce7224645fd1820b8a79d02c272880858f') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "Cap1 | Cap2", availableCapabilities: "Cap3", expectedResult: False)' (ID = '471c95738a38c1423d033e610b22b8c93729cb20') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "Cap1", availableCapabilities: "cap1", expectedResult: True)' (ID = 'b8da5565efb918edde394afdc019a89f4fe810a8') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "Cap1 + Cap2", availableCapabilities: "Cap1", expectedResult: False)' (ID = 'b710d3cf32fa2eef1c9fb6e4a9d075a911462024') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression(expression: "Cap1 | Cap2 & Cap3 | Cap4", availableCapabilities: "Cap3|Cap1", expectedResult: True)' (ID = '71ad18cc313f4a2fb8eaa070830b26047ea398de') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression_ThrowsOnInvalidExpression(expression: "Cap1 |", availableCapabilities: "Cap3")' (ID = '96fef2bb529c43171e437110397ba7dcdacedcd7') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression_ThrowsOnInvalidExpression(expression: "(Cap1 | Cap2", availableCapabilities: "Cap1")' (ID = '8ba695ff766cf5e0b30e20d35b22dfd77cee3296') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.CapabilityExpressionEvaluationTests.EvaluateCapabilityExpression_ThrowsOnInvalidExpression(expression: "(Cap1 | Cap2) + ((Cap3 | Cap4)", availableCapabilities: "Cap3")' (ID = '9458501d8717ba3c872db175a853c6e3a213cfc2') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'AddRefFindsOneDefaultProjFileInOutputDirectory' (ID = '4da9b168d502827f7168f6bb497825e5d329195f') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'AddRefFindsOneNameConfiguredProjFileInOutputDirectory' (ID = '4669118519cbb2fafc13c93709b66dcbfd78fe40') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'AddRefFindsOneNameConfiguredProjFileWhenMultipleExtensionsAreAllowed' (ID = '1d40c575a5a5fc7fb96366ca1b50ea744aae1ec3') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'AddRefIgnoresOtherProjectTypesWhenMultipleTypesAreAllowed' (ID = 'f82a420f84d6061b0896286a4ccc3344aa3577b1') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'AddRefFindsOneDefaultProjFileInAncestorOfOutputDirectory' (ID = '81ce7022eb5fa7531632e68f3356ba97a303bdbd') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'AddRefFindsMultipleDefaultProjFilesInOutputDirectory' (ID = 'fd3c894b6663e92050510ee7f00d53685487451d') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'AddRefFindsMultipleDefaultProjFilesInAncestorOfOutputDirectory' (ID = '63e7376f52eb8578c85d8c80fc380dddc50808b7') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'AddRefCanHandleProjectFileRenames' (ID = '52b29e156e0efea14539a8a8ac2488ec5722a1f2') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'AddRefCanHandleProjectFilesWithoutRenames' (ID = '6386f88061096d6fafda3c0740ab2acd32c4e3de') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'AddRefCanHandleExistingProjectFiles' (ID = '52af0c0c7663a46308b23ded8c3e7253b49ae6f5') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'AddRefCanTargetASingleProjectWithAJsonArray' (ID = '26479aa838d6886bc7dc2ec71b6fd913d3630e0f') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'AddRefCanTargetASingleProjectWithTheProjectName' (ID = 'f9165548faf2c7e763a63b49fccbf8c73a039a00') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'DotnetRestoreCanTargetASingleProjectWithAJsonArray' (ID = '2feb4722f9611fab066cb55b1429ef3fa4be081d') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'DotnetRestoreCanTargetASingleProjectWithTheProjectName' (ID = '5a0f0a2e289ee34306d6e601c76d528ed1e4880c') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'AddProjectToSolutionPostActionFindSolutionFileAtOutputPath' (ID = 'c751b2730db939f70216bac88a1ad6b5ca9bc1b6') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'AddProjectToSolutionPostActionFindsOneProjectToAdd' (ID = 'b1000d0b57a925d8a9775d170a57807d0ef0445c') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'AddProjectToSolutionPostActionFindsMultipleProjectsToAdd' (ID = '3355c7ca8f101b7d723b60d6c72b832714e2768d') [xUnit.net 00:00:01.05] dotnet.Tests: Discovered [execution] test case 'AddProjectToSolutionPostActionDoesntFindProjectOutOfRange' (ID = 'bcc20026fe1d810d7650231ff1a1c3783ed76be0') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'AddProjectToSolutionPostActionFindsMultipleProjectsToAddWithOutputBasePath' (ID = '60587aca65d8178ce04daab175cb616876fbc6c3') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'AddProjectToSolutionPostActionWithoutPrimaryOutputIndexesWithOutputBasePath' (ID = '97cc5cae632421d54de16d24e7de9593100a9ed4') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'AddProjectToSolutionCanTargetASingleProjectWithAJsonArray' (ID = '71d22b0c600966778aa0bd1b55f5977ca533adc7') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'AddProjectToSolutionCanTargetASingleProjectWithTheProjectName' (ID = '37bac1573fda64284676a97c3ddadb8392386a53') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'AddProjectToSolutionCanPlaceProjectInSolutionRoot' (ID = 'ad4212fbd107b18af0347d6cb5e8f21458735efd') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.DotnetSlnPostActionTests.AddProjectToSolutionCanPlaceProjectInSolutionFolder' (ID = '1124ebc5fe66b1546d7d9139ad2649fd099812bc') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.DotnetSlnPostActionTests.AddProjectToSolutionFailsWhenSolutionFolderAndInRootSpecified' (ID = '797f81044ac12fcd1a4539f45d3cf2a2afc4583e') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.SdkInfoProviderTests.GetInstalledVersionsAsync_ShouldContainCurrentVersion' (ID = '93427735e777e47aebd86023b0053bd2a4aeda10') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.New.Tests.WorkloadsInfoProviderTests.InstalledWorkloads_ShouldReturnExpectedWorkloads' (ID = '031cfff85d176778ebf8baad8f1d5d44da562416') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.DotnetMsbuildInProcTests.WhenTelemetryIsEnabledTheLoggerIsAddedToTheCommandLine' (ID = '1c0005fb35bb76415ccd0ce389258014eb975f59') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.DotnetMsbuildInProcTests.WhenTelemetryIsDisabledTheLoggerIsNotAddedToTheCommandLine' (ID = '08b5e18a15052cf91404b4f3c04e67aa78f98f45') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: [], expectedAdditionalArgs: "")' (ID = 'b36321de14f7099fad9b9efbf727f0a5490984dc') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["--no-incremental", "-o", "myoutput", "-r", "myruntime", ···], expectedAdditionalArgs: "-target:Rebuild -property:RuntimeIdentifier=myrunt"···)' (ID = '663150d515d9cb2b5d5914711b47e0eb25ad830d') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["--verbosity", "diag"], expectedAdditionalArgs: "-verbosity:diag")' (ID = '3af03521f25d02468a33949528f1368fe5d8eaa7') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["-v", "diag"], expectedAdditionalArgs: "-verbosity:diag")' (ID = 'a795df9b370135b384e2be0663eaf37dfd91b386') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["--no-dependencies"], expectedAdditionalArgs: "-property:BuildProjectReferences=false")' (ID = '817f4b4544c10e2808fbd86532900a43562421f6') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["--version-suffix", "mysuffix"], expectedAdditionalArgs: "-property:VersionSuffix=mysuffix")' (ID = '2004d8167ce5ad9ede0b6490c507b2edb5bde0c5') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["--configuration", "config"], expectedAdditionalArgs: "-property:Configuration=config")' (ID = '447b6634b01b9df13143d9ea8c304bd6b6e4fc72') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["-c", "config"], expectedAdditionalArgs: "-property:Configuration=config")' (ID = 'e7cde4ec062d23287c5db765722af81112f4eda4') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["--ucr"], expectedAdditionalArgs: "-property:UseCurrentRuntimeIdentifier=True")' (ID = 'cf696dcd43b9ce38ee109b1df742b663c245ada5') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["/t:CustomTarget"], expectedAdditionalArgs: "/t:CustomTarget")' (ID = '0dd738f1a15da46a0d3529897bd48815b771afc1') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["--use-current-runtime"], expectedAdditionalArgs: "-property:UseCurrentRuntimeIdentifier=True")' (ID = 'd62fd514d6efde334fc923d49ca32731370cb6e7') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["-r", "linux-amd64"], expectedAdditionalArgs: "-property:RuntimeIdentifier=linux-x64 -property:_C"···)' (ID = '0ddfc100d0184032e1279be12d0aa0ac196beba9') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["-r", "rid"], expectedAdditionalArgs: "-property:RuntimeIdentifier=rid -property:_Command"···)' (ID = '97132285292ec9d41c9c6c56046e2520c05f6262') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["--no-incremental"], expectedAdditionalArgs: "-target:Rebuild")' (ID = 'bed27e96591f12715f9c2de5a22b61828a684145') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["-o", "foo1 foo2"], expectedAdditionalArgs: "\"-property:OutputPath=foo1 foo2\" -property:"···)' (ID = 'd970f42cf4514c0acc162dc8f9ed88aa4ea90f35') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["--artifacts-path", "foo"], expectedAdditionalArgs: "-property:ArtifactsPath=foo")' (ID = '2a8f986443fa7f355dc31bc32699e98e57ea0b42') [xUnit.net 00:00:01.06] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["--output", "foo"], expectedAdditionalArgs: "-property:OutputPath=foo -property:_CommandLi"···)' (ID = '6023ec26a08a7713a151de49b44ed2e826c8ec5e') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["-property:Verbosity=diag"], expectedAdditionalArgs: "--property:Verbosity=diag")' (ID = '8fe63ea7ad7fb55445c9ce908b47f5b1b9f73795') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["-o", "foo"], expectedAdditionalArgs: "-property:OutputPath=foo -property:_CommandLi"···)' (ID = 'c7897973da9b7e70ee1c48da1a93bef5bac34986') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["--runtime", "rid"], expectedAdditionalArgs: "-property:RuntimeIdentifier=rid -property:_Command"···)' (ID = 'a1dd882c3363756bf849e6ac48dab5e4b0c6a6b5') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrect(args: ["--disable-build-servers"], expectedAdditionalArgs: "--property:UseRazorBuildServer=false --property:Us"···)' (ID = '4b64a60b7a17c08d2ec5234d69c13e53016bf10a') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrectForSeparateRestore(args: ["-f", "tfm"], expectedAdditionalArgsForRestore: "-target:Restore -tlp:verbosity=quiet", expectedAdditionalArgs: "-property:TargetFramework=tfm")' (ID = '73a54a4908bedaafdac5b31850f85e0828003400') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrectForSeparateRestore(args: ["-p:TargetFramework=tfm"], expectedAdditionalArgsForRestore: "-target:Restore -tlp:verbosity=quiet", expectedAdditionalArgs: "--property:TargetFramework=tfm")' (ID = 'f2c7a9e56d6c768d2e501bfb5145d030ccc2b12d') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrectForSeparateRestore(args: ["/p:TargetFramework=tfm"], expectedAdditionalArgsForRestore: "-target:Restore -tlp:verbosity=quiet", expectedAdditionalArgs: "--property:TargetFramework=tfm")' (ID = '89ad265b1da26921050cd7581de1ec799c78f485') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrectForSeparateRestore(args: ["-t:Run", "-f", "tfm"], expectedAdditionalArgsForRestore: "-target:Restore -tlp:verbosity=quiet", expectedAdditionalArgs: "-property:TargetFramework=tfm -t:Run")' (ID = 'f5c6ec46a688c6a623acd0dd4ebd10d2bf7b800f') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrectForSeparateRestore(args: ["/t:Run", "-f", "tfm"], expectedAdditionalArgsForRestore: "-target:Restore -tlp:verbosity=quiet", expectedAdditionalArgs: "-property:TargetFramework=tfm /t:Run")' (ID = '99b06b4559c1f76bf431991bed167a5b51f55595') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrectForSeparateRestore(args: ["-o", "myoutput", "-f", "tfm", "-v", ···], expectedAdditionalArgsForRestore: "-target:Restore -tlp:verbosity=quiet -verbosity:di"···, expectedAdditionalArgs: "-property:TargetFramework=tfm -verbosity:diag -pro"···)' (ID = 'd4df97c52707ee2869a72be843dcbafc9b678db8') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetBuildInvocation.MsbuildInvocationIsCorrectForSeparateRestore(args: ["-f", "tfm", "-getItem:Compile", "-getProperty:TargetFramework", "-getTargetResult:Build"], expectedAdditionalArgsForRestore: "-target:Restore -tlp:verbosity=quiet -nologo -verb"···, expectedAdditionalArgs: "-property:TargetFramework=tfm -getItem:Compile -ge"···)' (ID = '6495869c9b36c693dece507cef39cd1365484d99') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetCleanInvocation.ItAddsProjectToMsbuildInvocation' (ID = 'ce7ff13999ebf42c46d13cdefac9ac45f7faec41') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetCleanInvocation.MsbuildInvocationIsCorrect(args: [], expectedAdditionalArgs: "")' (ID = 'a27d9770e6f18e62f63abd7d52da0027ec29f667') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetCleanInvocation.MsbuildInvocationIsCorrect(args: ["-o", ""], expectedAdditionalArgs: "-property:OutputPath= -property:_Comm"···)' (ID = '4fd5b5c1f93f98b8a138c7115b8d856785ae5ea8') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetCleanInvocation.MsbuildInvocationIsCorrect(args: ["--output", ""], expectedAdditionalArgs: "-property:OutputPath= -property:_Comm"···)' (ID = '8e11154e2669737b291961886aea227f62ffed17') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetCleanInvocation.MsbuildInvocationIsCorrect(args: ["--artifacts-path", "foo"], expectedAdditionalArgs: "-property:ArtifactsPath=foo")' (ID = '8faf895f4a4a92411c78cc3f8929927a97b97841') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetCleanInvocation.MsbuildInvocationIsCorrect(args: ["-f", ""], expectedAdditionalArgs: "-property:TargetFramework=")' (ID = 'e546407234621664c3bdb475622cfe47175b2d0d') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetCleanInvocation.MsbuildInvocationIsCorrect(args: ["--framework", ""], expectedAdditionalArgs: "-property:TargetFramework=")' (ID = 'ac2ac2ffe674ee7fbb8f73026f26bb2a3c6b54d2') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetCleanInvocation.MsbuildInvocationIsCorrect(args: ["-c", ""], expectedAdditionalArgs: "-property:Configuration=")' (ID = '37e5a76086e5cb923a54c58ae25d5bab18abaec7') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetCleanInvocation.MsbuildInvocationIsCorrect(args: ["--configuration", ""], expectedAdditionalArgs: "-property:Configuration=")' (ID = 'cee9b45c127cc41c9fe0d6fb7d74353a4301291d') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetCleanInvocation.MsbuildInvocationIsCorrect(args: ["-v", "diag"], expectedAdditionalArgs: "-verbosity:diag")' (ID = '08d73f9d520c572cb9c356dc7298bb08341a4cb3') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetCleanInvocation.MsbuildInvocationIsCorrect(args: ["--verbosity", "diag"], expectedAdditionalArgs: "-verbosity:diag")' (ID = '6075b541aa839fd560421465e8818927993a2a41') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetCleanInvocation.MsbuildInvocationIsCorrect(args: ["--disable-build-servers"], expectedAdditionalArgs: "--property:UseRazorBuildServer=false --property:Us"···)' (ID = 'aa72356b9b0d20e06a24fb8f959ee53cab2aaa4a') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetMSBuildInvocation.MsbuildInvocationIsCorrect(args: ["--disable-build-servers"], expectedAdditionalArgs: "--property:UseRazorBuildServer=false --property:Us"···)' (ID = '465c4e7e662018d5a35b4d41ca93a3ef5f886065') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetOsArchOptions.OsOptionIsCorrectlyResolved' (ID = 'a22e6af87b7a750cf1c318cec739d1eb254a663e') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetOsArchOptions.ArchOptionIsCorrectlyResolved' (ID = 'ef62123f4001a900f9b1ac904232bfd098f087f0') [xUnit.net 00:00:01.07] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetOsArchOptions.OSAndArchOptionsCanBeCombined' (ID = 'bf589023fa301d602770af8858865f2368e4020f') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetOsArchOptions.OptionsRespectUserSpecifiedSelfContained' (ID = 'cc40a560c15ee86a2d186e7e7e01833b7d730560') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetOsArchOptions.OSOptionCannotBeCombinedWithRuntime' (ID = '7b5e6e04ab6e7451ff36cbb7afbd75d9dca31570') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetOsArchOptions.ArchOptionCannotBeCombinedWithRuntime' (ID = '687e28a85ada8ce0eba42bf8ee09b7a9ba32c37b') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetOsArchOptions.CommandsRunWithOSOption(command: "build")' (ID = '1dd5638e8cb1842fb2307e27a4d09b1ec17a77f2') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetOsArchOptions.CommandsRunWithOSOption(command: "publish")' (ID = '7960d174fa11efe516e7a13be58e4a64a3ae0704') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetOsArchOptions.CommandsRunWithOSOption(command: "test")' (ID = '8b827025a81e07ba2a8f6763f85db224b6a50ea5') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetOsArchOptions.CommandsRunWithOSOption(command: "run")' (ID = 'd592cc56827917d28de234cde76af01725ea58b8') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetOsArchOptions.CommandsRunWithArchOption(command: "build")' (ID = '349c7ab25273a5560aacdd5544a5fb1fe5ae652e') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetOsArchOptions.CommandsRunWithArchOption(command: "publish")' (ID = '6a3e43ba6c39729be8b9518df090292a98279cb9') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetOsArchOptions.CommandsRunWithArchOption(command: "test")' (ID = '44f520ec4a31043b85ac6e85363adeb7384e99b1') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetOsArchOptions.CommandsRunWithArchOption(command: "run")' (ID = 'd58caf33c24a25ce72824e7770b2ed69edd6f2aa') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetOsArchOptions.ArchOptionsAMD64toX64' (ID = '689facb3f962fcc90b59c7a972a778eb399c8013') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetOsArchOptions.ArchOptionIsResolvedFromRidUnderDifferentCulture' (ID = '079c8d1079fe33d3bec252861ccc0949171f921a') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetOsArchOptions.OsOptionIsResolvedFromRidUnderDifferentCulture' (ID = 'bd053ce7ae05ba9c9d3fb7b79a87d028ac8ba78e') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPackInvocation.MsbuildInvocationIsCorrect(args: [], expectedAdditionalArgs: "")' (ID = '3970dffd0913416e69e7a639285af97448519c39') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPackInvocation.MsbuildInvocationIsCorrect(args: ["-o", ""], expectedAdditionalArgs: "-property:PackageOutputPath="], expectedAdditionalArgs: "-property:PackageOutputPath=foo")' (ID = 'ea622c8c7b5a0742482cc4d19c1b5c74d84e6e0c') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPackInvocation.MsbuildInvocationIsCorrect(args: ["--no-build"], expectedAdditionalArgs: "-property:NoBuild=true")' (ID = '39529d98697f9bb8931a40a10edec5fbe71f38a7') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPackInvocation.MsbuildInvocationIsCorrect(args: ["--include-symbols"], expectedAdditionalArgs: "-property:IncludeSymbols=true")' (ID = '7c79f31bf9a35519a69ab5b1e7b09408a2dca79c') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPackInvocation.MsbuildInvocationIsCorrect(args: ["--include-source"], expectedAdditionalArgs: "-property:IncludeSource=true")' (ID = '7dc6f12b18e762f17cdafcb7483683cb596a3725') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPackInvocation.MsbuildInvocationIsCorrect(args: ["-c", ""], expectedAdditionalArgs: "-property:Configuration= -property:DOTNET_"···)' (ID = '1c5672e33c99a418edb68888579a97645b78f21e') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPackInvocation.MsbuildInvocationIsCorrect(args: ["--configuration", ""], expectedAdditionalArgs: "-property:Configuration= -property:DOTNET_"···)' (ID = 'c56b7c5378ad3a29b13e1ee7b16dcc57670c0038') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPackInvocation.MsbuildInvocationIsCorrect(args: ["--version-suffix", ""], expectedAdditionalArgs: "-property:VersionSuffix=")' (ID = '38c1705132aab9c71ad71f62c6435914dae51fd6') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPackInvocation.MsbuildInvocationIsCorrect(args: ["-s"], expectedAdditionalArgs: "-property:Serviceable=true")' (ID = '74bcb6139f7267dfb76ff87006f27ec75bbaeb28') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPackInvocation.MsbuildInvocationIsCorrect(args: ["--serviceable"], expectedAdditionalArgs: "-property:Serviceable=true")' (ID = '6f55e597afdd42b18c8c6dd48c7725168fd9bdf0') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPackInvocation.MsbuildInvocationIsCorrect(args: ["-v", "diag"], expectedAdditionalArgs: "-verbosity:diag")' (ID = '230050ca03d6ed22cfc5bd8f3ab1cb4a25e28e7d') [xUnit.net 00:00:01.08] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPackInvocation.MsbuildInvocationIsCorrect(args: ["--verbosity", "diag"], expectedAdditionalArgs: "-verbosity:diag")' (ID = '8a22089b3520bd1760bb3e969aab76e7a9fcaa34') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPackInvocation.MsbuildInvocationIsCorrect(args: [""], expectedAdditionalArgs: "")' (ID = 'fbe0605c1139ceedd29be41df3445cea8243cd5e') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPackInvocation.MsbuildInvocationIsCorrect(args: ["--disable-build-servers"], expectedAdditionalArgs: "--property:UseRazorBuildServer=false --property:Us"···)' (ID = '721287f55d46383a934865e2ab66c6c340f3e698') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: [], expectedAdditionalArgs: "")' (ID = '31018af04673cd4c66c30882a7586ac08a27e283') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: [""], expectedAdditionalArgs: "")' (ID = 'ec2c8af6738e3d32cbb55eab6f5620a6816e947a') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: ["--verbosity", "minimal"], expectedAdditionalArgs: "-verbosity:minimal")' (ID = 'ad912c76506be1aeb2528fb7ab6c8b4d87dcba6d') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: ["-v", "minimal"], expectedAdditionalArgs: "-verbosity:minimal")' (ID = '43f266eceb0de94d07b3e9dc18f529adaa0435b7') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: ["--manifest", ""], expectedAdditionalArgs: "-property:TargetManifestFiles=")' (ID = 'cfaa15913a21df0a9bc7ad9d4e94ca66c61c9492') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: ["--version-suffix", ""], expectedAdditionalArgs: "-property:VersionSuffix=")' (ID = '1123233f2ac4aa9b6dd29dff3ebccdbdc940f438') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: ["--configuration", ""], expectedAdditionalArgs: "-property:Configuration= -property:DOTNET_"···)' (ID = '9111616f341bd861586c47b0e1d9bd751672a8d5') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: ["-c", ""], expectedAdditionalArgs: "-property:Configuration= -property:DOTNET_"···)' (ID = '35c3de9e85b6036fe07f4f2b2fa71e70b62b82f1') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: ["--artifacts-path", "foo"], expectedAdditionalArgs: "-property:ArtifactsPath=foo")' (ID = '2109c7db6e3dd9712f56640a9a24b40f52715da6') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: ["--output", ""], expectedAdditionalArgs: "-property:PublishDir= -property:_"···)' (ID = '8598dc3cca0d2e230feedfb30b80c35241106741') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: ["-o", ""], expectedAdditionalArgs: "-property:PublishDir= -property:_"···)' (ID = '0300707119db523f300fe5ec8e7779fce9da3fcf') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: ["--ucr"], expectedAdditionalArgs: "-property:UseCurrentRuntimeIdentifier=True")' (ID = '9e133e1217b5018ff1e0d106183397b0e8342d3e') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: ["--use-current-runtime"], expectedAdditionalArgs: "-property:UseCurrentRuntimeIdentifier=True")' (ID = '27d9dd8dd000c40a7ab9f446110bfeee07c33b27') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: ["--runtime", ""], expectedAdditionalArgs: "-property:RuntimeIdentifier= -property:_Comma"···)' (ID = '56471304d2e295bfceda6b99568baf32c837e15b') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: ["-r", "linux-amd64"], expectedAdditionalArgs: "-property:RuntimeIdentifier=linux-x64 -property:_C"···)' (ID = '71e4b606145531412686a4230e900731d0c78db1') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: ["-r", ""], expectedAdditionalArgs: "-property:RuntimeIdentifier= -property:_Comma"···)' (ID = 'fc083ac9ff12afcc8d4cde293f2e1c7c3c757f82') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: ["", ""], expectedAdditionalArgs: " ")' (ID = '318479525b8f9d82d78e97695e82dbeb47646197') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrect(args: ["--disable-build-servers"], expectedAdditionalArgs: "--property:UseRazorBuildServer=false --property:Us"···)' (ID = 'e441084a6efbf67df01673bd4dc835665d048fbc') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrectForSeparateRestore(args: ["-f", ""], expectedAdditionalArgs: "-property:TargetFramework=")' (ID = 'db78324fc206c138b95f2d1b37fab16d0a62ff20') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrectForSeparateRestore(args: ["--framework", ""], expectedAdditionalArgs: "-property:TargetFramework=")' (ID = '7fb3d49be8e620ed9ff6e6bf1405ca7f9451140c') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.MsbuildInvocationIsCorrectForNoBuild' (ID = 'f98cca5fdb543b9125c75032a9c42ca4152b7338') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetPublishInvocation.CommandAcceptsMultipleCustomProperties' (ID = 'a1808a495301a4c436326c32e3b5da3527bc2520') [xUnit.net 00:00:01.09] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: [], expectedAdditionalArgs: "")' (ID = 'ccc385fe11f17842c4bdfbc9bcf5ba352705ac56') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["--force-evaluate"], expectedAdditionalArgs: "-property:RestoreForceEvaluate=true")' (ID = '2bddda196db14fc1d7c3cce5f692861c701a68b4') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["--locked-mode"], expectedAdditionalArgs: "-property:RestoreLockedMode=true")' (ID = '9568f5516cdbb5c4a417ffde942eb606d319b8a0') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["--use-lock-file"], expectedAdditionalArgs: "-property:RestorePackagesWithLockFile=true")' (ID = 'dcd54f9297ae8768202d8a5e74ab414b3cf53124') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["--verbosity", "minimal"], expectedAdditionalArgs: "-verbosity:minimal")' (ID = '2e905a4e872801e18e232866a2b43cb71f2e2628') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["-v", "minimal"], expectedAdditionalArgs: "-verbosity:minimal")' (ID = '16dea20a3ad90178929f7500b115965494794e9b') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["--no-dependencies"], expectedAdditionalArgs: "-property:RestoreRecursive=false")' (ID = 'df0889b1aaf1a21af73935792a4c13b03773bf98') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["--ignore-failed-sources"], expectedAdditionalArgs: "-property:RestoreIgnoreFailedSources=true")' (ID = '2f71f6e279ace7ef8445e3b89fe469f108da0f14') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["--no-http-cache"], expectedAdditionalArgs: "-property:RestoreNoHttpCache=true")' (ID = 'bb067929bf361883fb29af3cf2477c9b4f65bad0') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["--no-cache"], expectedAdditionalArgs: "-property:RestoreNoCache=true")' (ID = '81f55205f4ce344dd5d4547f1b09b8dc56f7986c') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["--configfile", ""], expectedAdditionalArgs: "-property:RestoreConfigFile=")' (ID = 'd5fdf5ad32311c973f117b5f593c28377af41901') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["--disable-parallel"], expectedAdditionalArgs: "-property:RestoreDisableParallel=true")' (ID = 'a0380fa9496d4bcf61f2b8fca5718fdf3a1923f2') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["--packages", ""], expectedAdditionalArgs: "-property:RestorePackagesPath=")' (ID = 'f9a75eabdd29ec6f1be290228275d2529394ff63') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["-r", "", "-r", ""], expectedAdditionalArgs: "-property:RuntimeIdentifiers=%3B"], expectedAdditionalArgs: "-property:RuntimeIdentifiers=")' (ID = '9782590438e09cde8562596d4fe0b0ad73f28ed1') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["-r", "linux-amd64"], expectedAdditionalArgs: "-property:RuntimeIdentifiers=linux-x64")' (ID = '35ac89f25c409e0f7ba16036974444d88a083683') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["-r", ""], expectedAdditionalArgs: "-property:RuntimeIdentifiers=")' (ID = '4d73eeea82bdccaad0f5ecece8e14b3c7ea95e57') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["-s", "", "-s", ""], expectedAdditionalArgs: "-property:RestoreSources=%3B")' (ID = 'c152f932d0d962495b8556cbd2b3f3f0c35ca1bb') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["--source", ""], expectedAdditionalArgs: "-property:RestoreSources=")' (ID = 'c440f34a08245752dc09a50d1db1d99ae7b4678d') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["-s", ""], expectedAdditionalArgs: "-property:RestoreSources=")' (ID = '1b2a353c871a8385b652534302952330e5a47b6c') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["--lock-file-path", ""], expectedAdditionalArgs: "-property:NuGetLockFilePath=")' (ID = 'cedd3749145e0799ab08f838f31c46debd58255a') [xUnit.net 00:00:01.10] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRestoreInvocation.MsbuildInvocationIsCorrect(args: ["--disable-build-servers"], expectedAdditionalArgs: "--property:UseRazorBuildServer=false --property:Us"···)' (ID = 'bdb57c50b147679cf4f823706d061fa40c4e205d') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRunInvocation.MsbuildInvocationIsCorrect(args: ["-p:prop1=true"], expectedArgs: ["--property:prop1=true"])' (ID = '0b23da3a22810b573a29f337b3abc205dc51e7ef') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRunInvocation.MsbuildInvocationIsCorrect(args: ["--property:prop1=true"], expectedArgs: ["--property:prop1=true"])' (ID = '7bd3491cdbcc73e70b55bcaa802ef9d7cdd93021') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRunInvocation.MsbuildInvocationIsCorrect(args: ["--property", "prop1=true"], expectedArgs: ["--property:prop1=true"])' (ID = '07bb85e0796e43476fc6d923f5b65c7af16084b0') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRunInvocation.MsbuildInvocationIsCorrect(args: ["-p", "prop1=true"], expectedArgs: ["--property:prop1=true"])' (ID = '4a4a761079bf8689152b57b554d71b8ab670fa59') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRunInvocation.MsbuildInvocationIsCorrect(args: ["-p", "prop1=true", "-p", "prop2=false"], expectedArgs: ["--property:prop1=true", "--property:prop2=false"])' (ID = '796c79e2be097ba6279334bbf4ca56864b011b8e') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRunInvocation.MsbuildInvocationIsCorrect(args: ["-p:prop1=true;prop2=false"], expectedArgs: ["--property:prop1=true", "--property:prop2=false"])' (ID = '39bb6a9d184089b23da5f56e76307dcb27ef8a0e') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRunInvocation.MsbuildInvocationIsCorrect(args: ["-p", "MyProject.csproj", "-p:prop1=true"], expectedArgs: ["--property:prop1=true"])' (ID = '137a20fcf8d35867c919396a510baad5b939bfb6') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetRunInvocation.MsbuildInvocationIsCorrect(args: ["--disable-build-servers"], expectedArgs: ["--property:UseRazorBuildServer=false", "--property:UseSharedCompilation=false", "/nodeReuse:false"])' (ID = 'c19ded086a5978eeff8268a4ae4ff681282ff659') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetStoreInvocation.ItAddsProjectToMsbuildInvocation(optionName: "-m")' (ID = 'b02647c2c4293cc5b201d192b3826756d97e55ac') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetStoreInvocation.ItAddsProjectToMsbuildInvocation(optionName: "--manifest")' (ID = '8b818cbc10d215892e7f058832e011e009287e38') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetStoreInvocation.MsbuildInvocationIsCorrect(args: ["-f", ""], expectedAdditionalArgs: "-property:TargetFramework=")' (ID = '91dd364ee7745ed95734663af5830983dde57abc') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetStoreInvocation.MsbuildInvocationIsCorrect(args: ["--framework", ""], expectedAdditionalArgs: "-property:TargetFramework=")' (ID = 'eb601375658375514fe92afdd196ffe127e395ae') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetStoreInvocation.MsbuildInvocationIsCorrect(args: ["-r", ""], expectedAdditionalArgs: "-property:RuntimeIdentifier= -property:_Comma"···)' (ID = 'a505bac4b373ba7921d8f319021760f7b32c3ded') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetStoreInvocation.MsbuildInvocationIsCorrect(args: ["-r", "linux-amd64"], expectedAdditionalArgs: "-property:RuntimeIdentifier=linux-x64 -property:_C"···)' (ID = 'b3d19b126f4804b19700d665786ed34eb82a4cd0') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetStoreInvocation.MsbuildInvocationIsCorrect(args: ["--runtime", ""], expectedAdditionalArgs: "-property:RuntimeIdentifier= -property:_Comma"···)' (ID = 'cca35409b0bb17e429fdcabd99cbf14ac94cd29d') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetStoreInvocation.MsbuildInvocationIsCorrect(args: ["--use-current-runtime"], expectedAdditionalArgs: "-property:UseCurrentRuntimeIdentifier=True")' (ID = '648a10963c6416a2b2c632a4d3b60411f268f3f6') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetStoreInvocation.MsbuildInvocationIsCorrect(args: ["--ucr"], expectedAdditionalArgs: "-property:UseCurrentRuntimeIdentifier=True")' (ID = '71b21e261de1ad5520f56e762656763a34531627') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetStoreInvocation.MsbuildInvocationIsCorrect(args: ["--manifest", "one.xml", "--manifest", "two.xml", "--manifest", ···], expectedAdditionalArgs: "-property:AdditionalProjects=one.xml%3Bt"···)' (ID = '0e5d0c29ec2b591a56a9f321d395b521e695affa') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetStoreInvocation.MsbuildInvocationIsCorrect(args: ["--disable-build-servers"], expectedAdditionalArgs: "--property:UseRazorBuildServer=false --property:Us"···)' (ID = 'bd7248d4a2b251d61712a436d17ec411b2e8ae6c') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetStoreInvocation.ItAddsOutputPathToMsBuildInvocation(optionName: "-o")' (ID = '4362521029da65fda0cb14b9df704e500d969ae6') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetStoreInvocation.ItAddsOutputPathToMsBuildInvocation(optionName: "--output")' (ID = 'e37001db6a88c4a01f03eb3d155f8d42c065e6dc') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetTestInvocation.MsbuildInvocationIsCorrect(args: ["--disable-build-servers"], expectedAdditionalArgs: "--property:UseRazorBuildServer=false --property:Us"···)' (ID = 'e57fd05eccdadca8ab9c54fa1fc0c2bc4956ff52') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetVsTestForwardingApp.ItRunsVsTestApp' (ID = '080ca8e929de0cba260766dcc267eea71c400e7a') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenDotnetVsTestForwardingApp.ItCanUseEnvironmentVariableToForceCustomPathToVsTestApp' (ID = 'a9e2ec3c745faf7673c61610fa74b218123ff1d2') [xUnit.net 00:00:01.11] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenMsbuildForwardingApp.DotnetExeIsExecuted' (ID = '7ef0ca01cd6d13d83d2095075084544e2de145e9') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenMsbuildForwardingApp.DotnetIsExecuted' (ID = 'ba52275919004a6c3014d59947e62a1902abc6b9') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenMsbuildForwardingApp.ItSetsEnvironmentalVariables(envVarName: "MSBuildExtensionsPath")' (ID = '1b57a32103bef5635217dd12c218312bed855081') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenMsbuildForwardingApp.ItSetsEnvironmentalVariables(envVarName: "MSBuildSDKsPath")' (ID = '5fb7bf5bfb6aa223b8d953f7d82e70d60ce95789') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenMsbuildForwardingApp.ItSetsEnvironmentalVariables(envVarName: "DOTNET_CLI_TELEMETRY_SESSIONID")' (ID = 'f8f3a681427a51ff4258102363bd6ff4752dace3') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenMsbuildForwardingApp.ItSetsMSBuildExtensionPathToExistingPath' (ID = '91973dbfaf0dff0abe935efe857502deee5640a7') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenMsbuildForwardingApp.ItSetsMSBuildSDKsPathToExistingPath' (ID = '488eecd0e0c413aa1c4a8d660538175206de52be') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenMsbuildForwardingApp.ItSetsOrIgnoresTelemetrySessionId' (ID = 'fd3aa81981c125dba048dcf458e87fd8b9cadc70') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenMsbuildForwardingApp.ItDoesNotSetCurrentWorkingDirectory' (ID = '1b7ef04e72cd17286cbe0d3984bdeb8f8bb04cce') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenMSBuildLogger.ItBlocksTelemetryThatIsNotInTheList' (ID = '0da295d1fca908651adfb4bde8de155d39075f32') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenMSBuildLogger.ItDoesNotMasksExceptionTelemetry' (ID = '663b28ebe901fcde2bfa806fce114c4dac62ef84') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenMSBuildLogger.ItDoesNotMaskPublishPropertiesTelemetry' (ID = 'd89206bbeb3d5fb357fd57d3d647b8a87dae2f63') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenMSBuildLogger.ItDoesNotMaskReadyToRunTelemetry' (ID = 'b93c6d1b5488bd0711d474505c60b958c7fef597') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Cli.MSBuild.Tests.GivenMSBuildLogger.ItCanSendProperties' (ID = '7df3d4844bad476a8e950e58b8eab64a99388128') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.BundledTargetFrameworkTests.VersionCommandDisplaysCorrectVersion' (ID = '5555f25dfca4432c8a7dad02a8b08840707aab0d') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandObjectTests.WhenItCannotResolveCommandItThrows' (ID = '23f3135f4db3eddc83f373c38162d94d561fb092') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandObjectTests.WhenItCannotResolveCommandButCommandIsInListOfKnownToolsItThrows' (ID = '44aaf63a6649cd256c993a14ade9a3342ebde840') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenExponentialRetry.ItReturnsOnSuccess' (ID = 'da6e53fbb2997105aec69b9645f93a759504485a') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenExponentialRetry.ItRetriesOnError' (ID = '10d7039f55e93c88cdaf37a074361c0d1f59467b') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenParserDirectives.ItCanInvokeDiagramDirective' (ID = '2aa30360b9fbca619dede79d4e9f938d959cbea9') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenParserDirectives.ItCanInvokeSuggestDirective' (ID = 'abd1b3b08e936469aeff70cb2638697fd52b8886') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenParserDirectives.ItCanAcceptResponseFiles' (ID = 'a8baba638d91111990768be7ef529cd741ea819d') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatDotNetRunsCommands.UnresolvedPlatformReferencesFailAsExpected' (ID = 'd72129fa5a78fa6c3a96b11f384f91c039ad4e7e') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatDotNetRunsCommands.GivenAMissingHomeVariableItExecutesHelpCommandSuccessfully(value: "")' (ID = '27c0e3e2cd2677106a3197c058505a45f03c3a0d') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatDotNetRunsCommands.GivenAMissingHomeVariableItExecutesHelpCommandSuccessfully(value: null)' (ID = '50ccaca61e88aa7dff664350cd17a38694b0b25f') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatDotNetRunsCommands.GivenASpecifiedDotnetCliHomeVariableItPrintsUsageMessage' (ID = 'f9908d29d9a8ec5d3d83a9ba5b698890962e51cf') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatICareAboutVBApps.ICanBuildVBApps' (ID = 'e47e70d5ccd97aacaeb7670575b9f54d8b88196c') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatICareAboutVBApps.ICanRunVBApps' (ID = '5db71e0363658b253825fecd36809b232b02202a') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatICareAboutVBApps.ICanPublicAndRunVBApps' (ID = 'abc7320e415a78eab6e2f8f0833e2fe81324f69f') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatTheUserEnablesThePerfLog.WhenPerfLogDisabledDotNetDoesNotWriteToThePerfLog' (ID = 'd988469e13cfbdc621ff342d4683c3d447c241c1') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatTheUserEnablesThePerfLog.WhenPerfLogEnabledDotNetWritesToThePerfLog' (ID = 'ec9cd019f852da79fe04cb4d4d70873f7d30e7e9') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatTheUserEnablesThePerfLog.WhenPerfLogEnabledDotNetBuildWritesAPerfLog' (ID = 'd4b922a508f3631e4a24fe89e6e5c3d1d0c5461e') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatTheUserIsRunningDotNetForTheFirstTime.UsingDotnetForTheFirstTimeSucceeds' (ID = 'c6ccf6dca72235193e8b817b46cdba69a9c0708f') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatTheUserIsRunningDotNetForTheFirstTime.UsingDotnetForTheFirstTimeWithNonVerbsDoesNotPrintEula' (ID = 'a364d80f87a7116523340e47f351ee09f9735b0e') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatTheUserIsRunningDotNetForTheFirstTime.ItShowsTheAppropriateMessageToTheUser' (ID = 'd3399019e2afc4a8412ffb52ff96e15421b8aea3') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatTheUserIsRunningDotNetForTheFirstTime.ItCreatesAFirstUseSentinelFileUnderTheDotDotNetFolder' (ID = '3f48e28deb8a94b419e0b6dce3bf7a27f74c2520') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatTheUserIsRunningDotNetForTheFirstTime.ItCreatesAnAspNetCertificateSentinelFileUnderTheDotDotNetFolder' (ID = '510d32ec4f712781288b6a72d3ce61da3eaa1559') [xUnit.net 00:00:01.12] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatTheUserIsRunningDotNetForTheFirstTime.ItDoesNotCreateAFirstUseSentinelFileNorAnAspNetCertificateSentinelFileUnderTheDotDotNetFolderWhenInternalReportInstallSuccessIsInvoked' (ID = 'ddd750f8b2a56de7e2f54716e477d24a81a3f89a') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatTheUserIsRunningDotNetForTheFirstTime.ItShowsTheTelemetryNoticeWhenInvokingACommandAfterInternalReportInstallSuccessHasBeenInvoked' (ID = '7692a20f7eb157ad605a34498b1e65ebbc0fb910') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatTheUserIsRunningDotNetForTheFirstTime.ItShowsTheAspNetCertificateGenerationMessageWhenInvokingACommandAfterInternalReportInstallSuccessHasBeenInvoked' (ID = '0349549e6f14fb1f9fbc6048f6858cd781d3e2a2') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatTheUserIsRunningDotNetForTheFirstTime.ItCreatesTheProfileFileOnLinuxWhenInvokedFromNativeInstaller' (ID = '315c6eb5cf026e3b182fc4cc00a5494908d933cc') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenThatTheUserIsRunningDotNetForTheFirstTime.ItCreatesThePathDFileOnMacOSWhenInvokedFromNativeInstaller' (ID = 'e00ccd330811cabc668f5de01fc7066ac97afb68') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.NuGetSignatureVerificationEnablerTests.GivenANullForwardingAppThrows' (ID = '6edf38f7c42f0c371e84c86a59355ad788a57114') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.NuGetSignatureVerificationEnablerTests.GivenANullMSBuildForwardingAppThrows' (ID = '29eda07de7408f990ec9c1aca10472181b68f03c') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.NuGetSignatureVerificationEnablerTests.GivenAForwardingAppAndAnEnvironmentVariableValueThatIsNotFalseSetsTrueOnLinux' (ID = '468c18f084649841fffe04c1341639923de2b003') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.NuGetSignatureVerificationEnablerTests.GivenAForwardingAppAndAnEnvironmentVariableValueThatIsFalseSetsFalseOnLinux' (ID = 'e88211da6722ff0560f59a29dd71f7cfe96beed6') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.NuGetSignatureVerificationEnablerTests.GivenAnMSBuildForwardingAppAndAnEnvironmentVariableValueThatIsNotFalseSetsTrueOnLinux' (ID = 'b624b5a9a3705940fec394e26fe67d3ea094c631') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.NuGetSignatureVerificationEnablerTests.GivenAnMSBuildForwardingAppAndAnEnvironmentVariableValueThatIsFalseSetsFalseOnLinux' (ID = '18a0e0ff44331e957390b1f03166307dfb3fdbfb') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.NuGetSignatureVerificationEnablerTests.GivenAForwardingAppDoesNothingOnMacOs' (ID = 'a0fa3699d3884a70462b24153b82d540cf19fa5a') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.NuGetSignatureVerificationEnablerTests.GivenAnMSBuildForwardingAppDoesNothingOnMacOs' (ID = '190b0190d6c7a7942b03660570de67126bb01041') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PackagedCommandTests.TestProjectToolIsAvailableThroughDriver(appName: "AppWithDirectAndToolDep")' (ID = 'fa51611e4dd2c4366a45c83fc499d801f395ffc6') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PackagedCommandTests.TestProjectToolIsAvailableThroughDriver(appName: "AppWithToolDependency")' (ID = '2e3d8568378fd91145ccad69f1cd394065708c68') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PackagedCommandTests.IfPreviousVersionOfSharedFrameworkIsInstalled_ToolsTargetingItRun(toolPrefersCLIRuntime: True)' (ID = '12cb171e347a88b4d0193671bb15bc17c7a1d641') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PackagedCommandTests.IfPreviousVersionOfSharedFrameworkIsInstalled_ToolsTargetingItRun(toolPrefersCLIRuntime: False)' (ID = 'ebe8030f0161345bb67ccd2c6a808b54f4dba60c') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PackagedCommandTests.IfAToolHasNotBeenRestoredForNetCoreApp2_0ItFallsBackToNetCoreApp1_x' (ID = '5c1fa225f49d82c3c886798a125b79f0b65ab9b8') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PackagedCommandTests.CanInvokeToolWhosePackageNameIsDifferentFromDllName' (ID = '8ddbdedfeed3f07cf6250208c0073b2a52e4097c') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PackagedCommandTests.ItShowsErrorWhenToolIsNotRestored' (ID = 'e6c6eaafe51cedd894b67dd03536b6c0e849816a') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PackagedCommandTests.ItRunsToolRestoredToSpecificPackageDir' (ID = '048e294cf3f30ec30f8dad926b1d7eb38ac4aa74') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PackagedCommandTests.ToolsCanAccessDependencyContextProperly' (ID = 'dd4ced929941e915ed19819e974040aef6ecfd17') [xUnit.net 00:00:01.13] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PackagedCommandTests.TestProjectDependencyIsNotAvailableThroughDriver' (ID = 'c89db48b298d4a46231a6e9d8f702ac4a467a0ed') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PrintableTableTests.GivenNoColumnsItPrintsNoLines' (ID = 'e351d09d0241a658478b63040566bb86ce8b9b0a') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PrintableTableTests.GivenAnEmptyRowsCollectionItPrintsColumnHeaders' (ID = 'bd450347b97713a71e55e0c73823fab0cc940593') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PrintableTableTests.GivenASingleRowItPrintsCorrectly' (ID = '7090844645f7fa22da49ec5978a9e94274dd7a89') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PrintableTableTests.GivenMultipleRowsItPrintsCorrectly' (ID = '698f928e50d1c79b878fe9a5f7ef94551e52a168') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PrintableTableTests.GivenARowWithEmptyStringsItPrintsCorrectly' (ID = '27d8a9209c746863b47a6631232e2e6775e8c1a5') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PrintableTableTests.GivenColumnsWithMaximumWidthsItPrintsCorrectly' (ID = '18afef3828abecf3c26daad0fd3850073bb82174') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PrintableTableTests.GivenARowContainingUnicodeCharactersItPrintsCorrectly' (ID = 'd4b92203f4055f6bbcce3f8b15324a2a15bbb85f') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PrintableTableTests.GivenARowContainingUnicodeCharactersItWrapsCorrectly' (ID = '63744ec3930cc3e0d47c68cca66a26f21d030817') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PrintableTableTests.GivenARowContainingUnicodeCombiningCharactersItPrintsCorrectly' (ID = '9aa254f62fbbf77de655cb15702ac9134e463ca3') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PrintableTableTests.GivenARowContainingUnicodeCombiningCharactersItWrapsCorrectly' (ID = '3b81e6e7796451f703c268d43c448bebfb839e7c') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PrintableTableTests.GivenAnEmptyColumnHeaderItPrintsTheColumnHeaderAsEmpty' (ID = '6328b6f21e93dab933d4e44feefb134c4027a62f') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PrintableTableTests.GivenAllEmptyColumnHeadersItPrintsTheEntireHeaderAsEmpty' (ID = '50c01632dd9f8b4e788eeae704d561458370d3d2') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.PrintableTableTests.GivenZeroWidthColumnsItSkipsTheColumns' (ID = '71396fa3cbcf07c9d11fc2eef2ac966fc3e80828') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.RuntimeConfigTests.ParseBasicRuntimeConfig' (ID = 'bd6f4fd66f423afb6b1ada8e6ed047858f6e11c1') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.RuntimeConfigTests.ParseRuntimeConfigWithTrailingComma' (ID = '4afa6aa6f35a5bdfa226097837c72193cd86106f') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.RuntimeConfigTests.ParseRuntimeConfigWithComment' (ID = 'f3a22bd2b6ab1751a6c069ccee3f6686772c48ff') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.RuntimeConfigTests.ParseRuntimeConfigWithDifferentOrder' (ID = '85a881ebfbc7c94e1f3e8503f27f3274c83a5e2b') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.RuntimeConfigTests.ParseRuntimeConfigWithDifferentCasingOnNameAndVersionField' (ID = 'ba9f06a6d7a7f36e7e132e5ad3eeeae710d3f695') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.RuntimeConfigTests.ParseRuntimeConfigWithDifferentCasingOnFrameworkField' (ID = 'd9e2afa63dadc4300cc1b752d85123d4071014ed') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.RuntimeConfigTests.ParseRuntimeConfigWithDifferentCasingOnRuntimeOptionsField' (ID = '0f44d226ac210d13fbe13b0de39a7d2c4ceadfc1') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.RuntimeConfigTests.ParseRuntimeConfigWithEmpty' (ID = '31244517ebd8c511648b9abd6cc8da5a0ea5782c') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.RuntimeConfigTests.ParseRuntimeConfigWithDifferentWithExtraField' (ID = '61ad9e8e4ac36eca6543e13f80da55bf48926b8f') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.RuntimeConfigTests.ParseRuntimeConfigWithDifferentWithNoFramework' (ID = '40020fecf896d8ca7fc842eeaa67d454ece13a13') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.RuntimeConfigTests.ParseRuntimeConfigWithDifferentWithMissingField' (ID = '7bfc6833d31d51e6a9f43f2636aa52ee802a225a') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.NoTelemetryIfCommandIsInvalid' (ID = 'd0336b61fa84d6fe71078a4d264230e67f949d9a') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.NoTelemetryIfCommandIsInvalid2' (ID = 'c0f9454bbd942c464bea54b6241f129d8b33a3ed') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.TopLevelCommandNameShouldBeSentToTelemetry' (ID = 'edb459ea49ef00134b15d49440a39cc05ee87dad') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.TopLevelCommandNameShouldBeSentToTelemetryWithPerformanceData' (ID = '6f75dad4af2faef5a813459515c2865b969e9237') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.TopLevelCommandNameShouldBeSentToTelemetryWithoutStartupTime' (ID = '1bccbd2abf3e4ee5499f7b72ba916fe97f14bda8') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.TopLevelCommandNameShouldBeSentToTelemetryZeroStartupTime' (ID = 'b4b47c940f9425c6a53113233e79288e0f6ba1d3') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.DotnetNewCommandFirstArgumentShouldBeSentToTelemetry' (ID = '04b46bd55ee4dd20365a7faf96cec391cc2c19e2') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.DotnetNewCommandFirstArgumentShouldBeSentToTelemetryWithPerformanceData' (ID = 'f27fe5c9bdff78f1ce55c9a5c5b20913a4d75c79') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.DotnetHelpCommandFirstArgumentShouldBeSentToTelemetry' (ID = 'e096b1ad0e359d29f38c07e6e8381c5f356b22f9') [xUnit.net 00:00:01.14] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.DotnetAddCommandFirstArgumentShouldBeSentToTelemetry' (ID = '90a32efa94f918f21ab44f0702d0a561b91f17dc') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.DotnetAddCommandFirstArgumentShouldBeSentToTelemetry2' (ID = '17a6011fad725c38780a0192b76de4faa6d2fba9') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.DotnetRemoveCommandFirstArgumentShouldBeSentToTelemetry' (ID = 'e294916a71e117da5772e93059b3b2fd9237b759') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.DotnetListCommandFirstArgumentShouldBeSentToTelemetry' (ID = 'b3ee04a688c58614dddc39b24e2e80a6e9e6b26c') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.DotnetSlnCommandFirstArgumentShouldBeSentToTelemetry' (ID = 'a93098937880d82b591bd185067dcd66e8d25250') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.DotnetNugetCommandFirstArgumentShouldBeSentToTelemetry' (ID = '4acc3e3785d81275cfa7212b52bb40521aae79b6') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.DotnetNewCommandLanguageOpinionShouldBeSentToTelemetry' (ID = '88314784d34690e394369b747d746f653b3649ba') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.AnyDotnetCommandVerbosityOpinionShouldBeSentToTelemetry' (ID = 'b5e59578f8a94fe61f7e75e78256e005b37c0c64') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.AnyDotnetCommandVerbosityOpinionShouldBeSentToTelemetryWithPerformanceData' (ID = '3595be072fbad2223ac256a401314521b987e63a') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.DotnetBuildAndPublishCommandOpinionsShouldBeSentToTelemetry' (ID = 'f5902261d85c130b1fc6f69d5f932d7dfe32bbd2') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.DotnetPublishCommandRuntimeOpinionsShouldBeSentToTelemetry' (ID = 'a7d946a5b6f4f3e504c92950d528392e8895638b') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.DotnetBuildAndPublishCommandOpinionsShouldBeSentToTelemetryWhenThereIsMultipleOption' (ID = '83ce13e57da9f99cc0be944869a849398dd6499f') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.DotnetRunCleanTestCommandOpinionsShouldBeSentToTelemetryWhenThereIsMultipleOption' (ID = '5dbca7ccfd4069a7d2d19c98059f0354f1f8bd75') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.InternalreportinstallsuccessCommandCollectExeNameWithEventname' (ID = 'e4143c33960a38909959750c45bc48a3b37a52ca') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommandTests.ExceptionShouldBeSentToTelemetry' (ID = '7c153b673882aacaea47361f5f823b326b13178e') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldContainIfItIsInDockerOrNot' (ID = '0fbf07fc9c73ee7fa8b8aa59c71913bff0639354') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldReturnHashedPath' (ID = '736441a57a8b840bc0bcd9ad1d9e9892b3a6116f') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldReturnHashedMachineId' (ID = 'a03d6e9782c6d540a786d885934e572246cf4c50') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldReturnDevDeviceId' (ID = '0dbca79a4e10f9efdec04eaaca9e9c934c3e1ec9') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldReturnNewGuidWhenCannotGetMacAddress' (ID = '6f1bcbf60ab60d52221a362cb107cb60a6877d79') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldEnsureDevDeviceIDIsCached' (ID = '4bd1b122a0856a215f8bd567fc43fdcf922fe984') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldReturnHashedMachineIdOld' (ID = 'ea9e5f21e3d7ad37b8becec9498c346b021c85ea') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldReturnNewGuidWhenCannotGetMacAddressOld' (ID = 'f178958e8eed65c24dff2fb0a130b7d80db9259e') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldReturnIsOutputRedirected' (ID = 'ee6f03309a730a9be1cb7d7198acf60d9a9e8080') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldReturnIsCIDetection' (ID = 'da5ed3a3662b4708fb7d9d53f3a317fc1ea35993') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldContainKernelVersion' (ID = '49cfb961753350f1d3b712b8464291741915a766') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldContainArchitectureInformation' (ID = 'f11d597d47cb10f8d32c98936a1dc5909f308618') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldContainWindowsInstallType' (ID = '1c9cedc8c5e59163bcdccc663162adc8bf4e7f87') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldContainEmptyWindowsInstallType' (ID = '27021b7646a899bda23806300417a80858c62a41') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldContainWindowsProductType' (ID = 'be4b642c0ec4296189f4f06ea33c9bef4b4cca12') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldContainEmptyWindowsProductType' (ID = '4312366a92b58ee864769ba5125754ccc68ebc48') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldContainEmptyLibcReleaseAndVersion' (ID = '3f3d428edba47a60b73ffe699e1c98e87ded19b4') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldContainEmptyLibcReleaseAndVersion2' (ID = '7ddcd65edf0faba63b67b35a2c05ec7f6376b05c') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.TelemetryCommonPropertiesShouldContainLibcReleaseAndVersion' (ID = '2ed1d24d3ce63e418a374f1b3bf8e76e29deb951') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryCommonPropertiesTests.CanDetectCIStatusForEnvVars' (ID = '1e9aa78d0777fdf09de544049f454f45cda5ec0d') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryFilterTests.TopLevelCommandNameShouldBeSentToTelemetryWithoutPerformanceData' (ID = 'fa17dee53e658c4756072ff1cebac767cd629837') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryFilterTests.TopLevelCommandNameShouldBeSentToTelemetryWithPerformanceData' (ID = '4eb94e1f005f896787a4130c68d13dc4899a6a93') [xUnit.net 00:00:01.15] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryFilterTests.TopLevelCommandNameShouldBeSentToTelemetryWithZeroPerformanceData' (ID = '4b034c2d4c3082c04b176fdfcffd57667f8db6c2') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryFilterTests.TopLevelCommandNameShouldBeSentToTelemetryWithSomeZeroPerformanceData' (ID = '6a270d13d5fd8859c7bf1e5823e2b3153f6a19b8') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryFilterTests.SubLevelCommandNameShouldBeSentToTelemetryWithoutPerformanceData' (ID = 'bd5742870621b07aced80b820636644368614b73') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryFilterTests.SubLevelCommandNameShouldBeSentToTelemetryWithPerformanceData' (ID = '577ad69924f9ac3181f38f5ee00f17046c329600') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryFilterTests.SubLevelCommandNameShouldBeSentToTelemetryWithZeroPerformanceData' (ID = '1065e0f21ff269db926468a3941d091a2ecb2a3b') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryFilterTests.SubLevelCommandNameShouldBeSentToTelemetryWithSomeZeroPerformanceData' (ID = '4541113dc508aae74b49c0b16ee5513fb7423a37') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryFilterTests.WorkloadSubLevelCommandNameAndArgumentShouldBeSentToTelemetry' (ID = 'bf4da4dea62610040845c4ad6abd881031f25303') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryFilterTests.ToolsSubLevelCommandNameAndArgumentShouldBeSentToTelemetry' (ID = 'd0f2d8ebf73ab1bc909abe019fc6e947ce1764fd') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryFilterTests.WhenCalledWithDiagnosticWorkloadSubLevelCommandNameAndArgumentShouldBeSentToTelemetry' (ID = 'cb41462a0da3f1f76eb4c4a190f562555c0587ad') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TelemetryFilterTests.WhenCalledWithMissingArgumentWorkloadSubLevelCommandNameAndArgumentShouldBeSentToTelemetry' (ID = '1df95ec352c3adb38805e12ef705bcaa8c3753c2') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.TestFolderTests.GivenNoSrcTestsFolder' (ID = '878386ad1e2eccd2007028d0f6981ba0f91a9f20') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenDotnetSdk.VersionCommandDisplaysCorrectVersion' (ID = 'c76ab97c12e29a09a971b5625b5f3825926669aa') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenDotnetSdk.VersionIsNotDisplayedFollowingUnrecognizedCommand' (ID = '78834f79417219482ff535026abfc0d561129da1') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.MultipleProcessesCanWriteToTheLog' (ID = '3f8b9ebd4fd67d053567d372e81bdd17e8c33557') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.InstallMessageDispatcherProcessesMessages' (ID = '0006c07a6c6e9fa6e1b3b3b982a60e455095d3b0') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.RelatedProductExcludesLanguages(language: "1033,1041,1049", attributes: MigrateFeatures, lcid: 1041, expectedResult: False)' (ID = '0089f716389b80c8cec22f67d987c537395dfc86') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.RelatedProductExcludesLanguages(language: null, attributes: LanguagesExclusive, lcid: 3082, expectedResult: False)' (ID = 'b52d727905476c03cf44c35d3b54ccd29fb764fc') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.RelatedProductExcludesLanguages(language: "1033,1041,1049", attributes: LanguagesExclusive, lcid: 1033, expectedResult: True)' (ID = 'a7c6c6baebd1fae1e54e544e3ed947ccc82946c2') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.RelatedProductExcludesMaxVersion(maxVersion: "72.13.638", attributes: MigrateFeatures, installedVersionValue: "72.13.639", expectedResult: True)' (ID = '8353b520b3cee467784962ed19204064ba168cf0') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.RelatedProductExcludesMaxVersion(maxVersion: "72.13.638", attributes: VersionMaxInclusive, installedVersionValue: "72.13.638", expectedResult: False)' (ID = 'bbeb1e332e711360b827fb18a70fd4190a2d6fa7') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.RelatedProductExcludesMinVersion(minVersion: "72.13.638", attributes: MigrateFeatures, installedVersionValue: "72.13.638", expectedResult: True)' (ID = 'e773745817182730345ec777f85654cab36343c3') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.RelatedProductExcludesMinVersion(minVersion: "72.13.638", attributes: VersionMinInclusive, installedVersionValue: "72.13.638", expectedResult: False)' (ID = 'ec0ae8d40debfca383b73e995a77e5d0f96ba44a') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.AuthentiCodeSignaturesCanBeVerified(file: "tampered.msi", expectedStatus: -2146869232)' (ID = '04eb2d273201a80bd753d4a980b46c5b1986b821') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.AuthentiCodeSignaturesCanBeVerified(file: "dual_signed.dll", expectedStatus: 0)' (ID = '16ee992b151ad71f1118d06652158c4d5ae09f8c') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.AuthentiCodeSignaturesCanBeVerified(file: "dotnet_realsigned.exe", expectedStatus: 0)' (ID = 'b68a336abf82d32b1a90608ed6d8a1cfac8f64ee') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.AuthentiCodeSignaturesCanBeVerified(file: "BootstrapperCore.dll", expectedStatus: 0)' (ID = 'f5e57eacedcf8c43234dc63b03d5b724caa94fb0') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.AuthentiCodeSignaturesCanBeVerified(file: "system.web.mvc.dll", expectedStatus: 0)' (ID = 'b96a2a3490ca083e10c22938178a9b577f82a00e') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.ItVerifiesTrustedMicrosoftRootCertificateChainPolicy(file: "dotnet_realsigned.exe", expectedResult: 0)' (ID = 'af20e28e27d594ea669d6225b73bc0a3ff50e76b') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.ItVerifiesTrustedMicrosoftRootCertificateChainPolicy(file: "system.web.mvc.dll", expectedResult: -2146762487)' (ID = 'c91829b7e6e4c5a468699c16b133f7ef0360521d') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.ItVerifiesTrustedMicrosoftRootCertificateChainPolicy(file: "dual_signed.dll", expectedResult: -2146762487)' (ID = '02453b9f2cdafe313bf27e17ae9ff21259b7eb1b') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.ItVerifiesTrustedMicrosoftRootCertificateChainPolicy(file: "BootstrapperCore.dll", expectedResult: -2146762487)' (ID = '93d33442c115fa7d89c71894a6832ad1f6ab5554') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.WindowsInstallerTests.ItVerifiesTrustedMicrosoftRootCertificateChainPolicy(file: "tampered.msi", expectedResult: 0)' (ID = '8fec6f2d6268f62c212836c6387bac81a8dd753d') [xUnit.net 00:00:01.16] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CrossgenTests.CLI_SDK_assemblies_must_be_crossgened' (ID = 'ac65ed8851bccc9dd112a37ee8f2a142baaf031c') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CrossgenTests.Shared_Fx_assemblies_must_be_crossgened' (ID = 'ace21decb4aaee77f246765055257e979b6e451a') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenACompositeCommandResolver.It_iterates_through_all_added_resolvers_in_order_when_they_return_null' (ID = '574780529941bf30f3785510ebffb07bdb165c6c') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenACompositeCommandResolver.It_stops_iterating_through_added_resolvers_when_one_returns_nonnull' (ID = 'ff1cff54eac1e61c871317b0605c03aef9f8a705') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenADefaultCommandResolver.It_contains_resolvers_in_the_right_order' (ID = 'd1df7de5b630ba033646865ca179c750e507793f') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenADotnetToolsCommandResolver.ItReturnsNullWhenCommandNameIsNull' (ID = 'b392c9551789371d9ad521f7463d644c4ca76cca') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenADotnetToolsCommandResolver.ItReturnsNullWhenCommandNameDoesNotExistInProjectTools' (ID = 'bea4c406a86162c8f330c4d28b2e6aaab9b7dd28') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenADotnetToolsCommandResolver.ItReturnsACommandSpec' (ID = 'fcc124e7a703122a6837c2a39e7a9445427cd0ec') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenALocalToolsCommandResolver.WhenResolveStrictItCanFindToolExecutable' (ID = 'ae6a68ddb8f87e13e6ffd69b027530c274254319') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenALocalToolsCommandResolver.WhenResolveItCanFindToolExecutable(toolCommand: "a")' (ID = '7484d981d9d7e28739cac723529945a734b7a7c2') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenALocalToolsCommandResolver.WhenResolveItCanFindToolExecutable(toolCommand: "dotnet-a")' (ID = '0b4eb088ffa675449e23b086a6cd67ae420edb95') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenALocalToolsCommandResolver.WhenResolveWithNoArgumentsItReturnsNull' (ID = '7eba0259e36cbc1a0312e96897427435a1aa378f') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenALocalToolsCommandResolver.WhenNuGetGlobalPackageLocationIsCleanedAfterRestoreItShowError' (ID = 'e58d1ac2f89571c091236c2d111787fdabe6bedd') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenALocalToolsCommandResolver.WhenNuGetGlobalPackageLocationIsNotRestoredItThrowsGracefulException' (ID = 'd08669ae4b3c696f18285aff2896803d5d71ce77') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenALocalToolsCommandResolver.ItCanResolveAmbiguityCausedByPrefixDotnetDash' (ID = '1f195eddf27a3f0f744b3898bb2bada7e289f597') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAnAppBaseCommandResolver.It_returns_null_when_CommandName_is_null' (ID = '96330846a1d857c6f03fba468ba3e6a3bc2b8ed4') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAnAppBaseCommandResolver.It_returns_null_when_CommandName_does_not_exist_applocal' (ID = '75abe36a46aecc590d3cd71d3e72d21274fcdd1b') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAnAppBaseCommandResolver.It_returns_a_CommandSpec_with_CommandName_as_FileName_when_CommandName_exists_applocal' (ID = '8a9173f15748c989578bf7c4c6debf6f39061790') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAnAppBaseCommandResolver.It_returns_null_when_CommandName_exists_applocal_in_a_subdirectory' (ID = 'd088074e7aa0e56150d0781ecf57eeac96152de7') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAnAppBaseCommandResolver.It_escapes_CommandArguments_when_returning_a_CommandSpec' (ID = 'fd92bc42b52ae6e78a0e92df0e2b1cc0df3d2e66') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAnAppBaseCommandResolver.It_returns_a_CommandSpec_with_Args_as_stringEmpty_when_returning_a_CommandSpec_and_CommandArguments_are_null' (ID = 'b147c743ceed4b08c085c277f7e6f72255554220') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAnAppBaseCommandResolver.It_prefers_EXE_over_CMD_when_two_command_candidates_exist_and_using_WindowsExePreferredCommandSpecFactory' (ID = '1a595ff7e006e68a8f290920f2bd9baca27e8a34') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAnAppBaseCommandResolver.It_wraps_command_with_CMD_EXE_when_command_has_CMD_Extension_and_using_WindowsExePreferredCommandSpecFactory' (ID = '2b554d242841a594889252047f250bdcba5e3aef') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectDependencyCommandResolver.ItReturnsACommandSpecWhenToolIsInAProjectRef' (ID = '351e528df263df134ef8cc966b05f17407de4994') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectDependencyCommandResolver.ItPassesDepsfileArgToHostWhenReturningACommandSpecForMSBuildProject' (ID = '6756fb7a3cfca6657f7bfb1edcec89ca5f5b6296') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectDependencyCommandResolver.ItReturnsNullWhenCommandNameDoesNotExistInProjectDependenciesForMSBuildProject' (ID = '3677e597bc985310850f77ffcfd6c013a37db5ab') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectDependencyCommandResolver.ItSetsDepsfileToOutputInCommandspecForMSBuild' (ID = 'bca46c3291f7a5b16249aaa31b42c53544843577') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectPathCommandResolver.It_returns_null_when_CommandName_is_null' (ID = '3ed98cea0638a4429ff18b6c522bf6f280038986') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectPathCommandResolver.It_returns_null_when_ProjectDirectory_is_null' (ID = '5a0ffb3cad4a0c34f2b6eed2fb67225905a45677') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectPathCommandResolver.It_returns_null_when_CommandName_does_not_exist_in_ProjectDirectory' (ID = '96fe32c5a366a0babe56a6b3135b0223b9109771') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectPathCommandResolver.It_returns_null_when_CommandName_exists_in_a_subdirectory_of_ProjectDirectory' (ID = '2371ca6b45f62858535f0b6ee067d97537f3f142') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectPathCommandResolver.It_returns_a_CommandSpec_with_CommandName_as_FileName_when_CommandName_exists_in_ProjectDirectory' (ID = '88941e37bf22966b93456a02cde1825d8a2feda1') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectPathCommandResolver.It_escapes_CommandArguments_when_returning_a_CommandSpec' (ID = '2d9375b5313ae6937bc5dc1d62c1923596cc9cd1') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectPathCommandResolver.It_resolves_commands_with_extensions_defined_in_InferredExtensions' (ID = '9a95531f4c431c77654a102167a1f2200cc20828') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectPathCommandResolver.It_returns_a_CommandSpec_with_Args_as_stringEmpty_when_returning_a_CommandSpec_and_CommandArguments_are_null' (ID = '48570a4bbaa4ef531ea8f363f51eb51af08db462') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectPathCommandResolver.It_prefers_EXE_over_CMD_when_two_command_candidates_exist_and_using_WindowsExePreferredCommandSpecFactory' (ID = '5d3f103ad644c9ce4ee6cd6001fa006d75dc8727') [xUnit.net 00:00:01.17] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectPathCommandResolver.It_wraps_command_with_CMD_EXE_when_command_has_CMD_Extension_and_using_WindowsExePreferredCommandSpecFactory' (ID = '7847e76782b42b2ac1f7c3afe58e145968c37d22') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectToolsCommandResolver.ItReturnsNullWhenCommandNameIsNull' (ID = '3a45eaf570bc550816514cf55ecd5512fca7bcea') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectToolsCommandResolver.ItReturnsNullWhenProjectDirectoryIsNull' (ID = 'df51705c1da5cb54be8af5fd81c568ee1778d60c') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectToolsCommandResolver.ItReturnsNullWhenProjectDirectoryDoesNotContainAProjectFile' (ID = '9f9a98c4296220a2c18c6e328318a6010490b8f5') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectToolsCommandResolver.ItReturnsNullWhenCommandNameDoesNotExistInProjectTools' (ID = '06f490a0a5bc67865b5d076490111c8c44c676cb') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectToolsCommandResolver.ItReturnsACommandSpecWithDOTNETAsFileNameAndCommandNameInArgsWhenCommandNameExistsInProjectTools' (ID = '9cd672bfc2e5f145f24fba401cafcefe55d49cd0') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectToolsCommandResolver.ItEscapesCommandArgumentsWhenReturningACommandSpec' (ID = '8c5adefdf22bf948277f50cfa0557b62d818f395') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectToolsCommandResolver.ItReturnsACommandSpecWithArgsContainingCommandPathWhenReturningACommandSpecAndCommandArgumentsAreNull' (ID = 'cd8340644c7d93adf91b315a680f3253839d0634') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectToolsCommandResolver.ItReturnsACommandSpecWithArgsContainingCommandPathWhenInvokingAToolReferencedWithADifferentCasing' (ID = '4a0195f05b3a2ea5ea8e37d5ef55bf008895966c') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectToolsCommandResolver.ItWritesADepsJsonFileNextToTheLockfile' (ID = '4a1870fa38c2d6df263691b02cc5ead13c04cdb4') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectToolsCommandResolver.GenerateDepsJsonMethodDoesntOverwriteWhenDepsFileAlreadyExists' (ID = '3788211eb803d745c604edcef91392a251dcb620') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectToolsCommandResolver.ItDoesNotAddFxVersionAsAParamWhenTheToolDoesNotHaveThePrefercliruntimeFile' (ID = '4c2266132d8a7970d0a13449cedb3ed15e14c83a') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectToolsCommandResolver.ItFindsToolsLocatedInTheNuGetFallbackFolder' (ID = '655c944dff10297317490d6441c87520adc213d0') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAProjectToolsCommandResolver.ItShowsAnErrorWhenTheToolDllIsNotFound' (ID = '99103ea3150cb08b5a9f62d05ef3c4089ac62127') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenARootedCommandResolver.It_returns_null_when_CommandName_is_null' (ID = '3f160dd3f067494cc37018b67df4a568139bbaac') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenARootedCommandResolver.It_returns_null_when_CommandName_is_not_rooted' (ID = 'f3824115b8815ef3cef91c9e8b017a45fb367f38') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenARootedCommandResolver.It_returns_a_CommandSpec_with_CommandName_as_Path_when_CommandName_is_rooted' (ID = '8ab3be3f6e0c9d5e3e2a9e3f364c8c0e988f1021') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenARootedCommandResolver.It_escapes_CommandArguments_when_returning_a_CommandSpec' (ID = '4c76b490e3e4e0b3374663d102403eda060c531d') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenARootedCommandResolver.It_returns_a_CommandSpec_with_Args_as_stringEmpty_when_returning_a_CommandSpec_and_CommandArguments_are_null' (ID = '10a6155ee8659662c617ebb48e66775720cfa05c') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.GivenAScriptCommandResolver.It_contains_resolvers_in_the_right_order' (ID = '3ecfc033257b25730b8f15ed9a445abbd9657b83') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.MSBuildArgumentCommandLineParserTests.MSBuildArgumentsAreForwardedCorrectly(arguments: ["-property:prop1=true", "-p:prop2=false"], buildCommand: True)' (ID = '07c8a9f79f0ab81e8ef1f44eb904834b193f40dc') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.MSBuildArgumentCommandLineParserTests.MSBuildArgumentsAreForwardedCorrectly(arguments: ["-property:prop1=true", "-p:prop2=false"], buildCommand: False)' (ID = '16376e0c0dc7980c4f229fe3f93717bcef7d6cee') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.MSBuildArgumentCommandLineParserTests.MSBuildArgumentsAreForwardedCorrectly(arguments: ["-p:teamcity_buildConfName=\"Build, Test and Publis"···], buildCommand: False)' (ID = '7c6b0dfcf07d9441fa83342470c98a46afbc31a0') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.MSBuildArgumentCommandLineParserTests.MSBuildArgumentsAreForwardedCorrectly(arguments: ["-p:teamcity_buildConfName=\"Build, Test and Publis"···], buildCommand: True)' (ID = '3a022942a38b5de27ab283b7a8e385c0e5352709') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.MSBuildArgumentCommandLineParserTests.MSBuildArgumentsAreForwardedCorrectly(arguments: ["-detailedSummary"], buildCommand: True)' (ID = '6ecbe1bb78345890114fae6a50a3f25414ac8a9d') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.MSBuildArgumentCommandLineParserTests.MSBuildArgumentsAreForwardedCorrectly(arguments: ["-clp:NoSummary"], buildCommand: True)' (ID = '65d6a8f59f607e15d17836aa75b3f46e6c7e54b2') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.MSBuildArgumentCommandLineParserTests.MSBuildArgumentsAreForwardedCorrectly(arguments: ["-orc"], buildCommand: True)' (ID = 'df5c9805d3a1982a11bbd5facf87a48e9c3bd898') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.MSBuildArgumentCommandLineParserTests.MSBuildArgumentsAreForwardedCorrectly(arguments: ["-orc"], buildCommand: False)' (ID = '002e2e4954dfb4fd6f90b3668f83fff66937e5cd') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.MSBuildArgumentCommandLineParserTests.Can_pass_msbuild_properties_safely(tokens: ["-p:teamcity_buildConfName=\"Build, Test and Publis"···], forwardedTokens: ["--property:teamcity_buildConfName=\"Build, Test an"···])' (ID = 'a3488028e1d801ebe6ae2f6316ab13e8f0ac5348') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.MSBuildArgumentCommandLineParserTests.Can_pass_msbuild_properties_safely(tokens: ["-p:prop1=true", "-p:prop2=false"], forwardedTokens: ["--property:prop1=true", "--property:prop2=false"])' (ID = '08a189928874194f6dd5dcba7d4f24ca977dba20') [xUnit.net 00:00:01.18] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.MSBuildArgumentCommandLineParserTests.Can_pass_msbuild_properties_safely(tokens: ["-p:prop1=\".;/opt/usr\""], forwardedTokens: ["--property:prop1=\".;/opt/usr\""])' (ID = '3c741b03b037712b9918a58b8ba84c354139a1f6') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.MSBuildArgumentCommandLineParserTests.Can_pass_msbuild_properties_safely(tokens: ["-p:prop1=true;prop2=false;prop3=\"wut\";prop4=\"1;"···], forwardedTokens: ["--property:prop1=true", "--property:prop2=false", "--property:prop3=\"wut\"", "--property:prop4=\"1;2;3\""])' (ID = '002e906e36202e826e20e51b57adaa63306fc7e5') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.MSBuildArgumentCommandLineParserTests.Can_pass_msbuild_properties_safely(tokens: ["-p:prop4=\"1;2;3\""], forwardedTokens: ["--property:prop4=\"1;2;3\""])' (ID = 'e57522ff128d8ec862f3048233ad5cf10130906d') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.MSBuildArgumentCommandLineParserTests.Can_pass_msbuild_properties_safely(tokens: ["-p:prop4=\"1 ;2 ;3 \""], forwardedTokens: ["--property:prop4=\"1 ;2 ;3 \""])' (ID = '0d0a2048895f2b8eeb954b75caa20a9b3613cd7b') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.MSBuildArgumentCommandLineParserTests.Can_pass_msbuild_properties_safely(tokens: ["-p:RuntimeIdentifiers=linux-x64;linux-arm64"], forwardedTokens: ["--property:RuntimeIdentifiers=linux-x64;linux-arm6"···])' (ID = 'cafbdc86638110114e642efcb11407ac93164485') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.RestoreCommandLineParserTests.RestoreCapturesArgumentsToForwardToMSBuildWhenTargetIsSpecified' (ID = '96bc1d789937c4085355f000cc3f0831e6790670') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.RestoreCommandLineParserTests.RestoreCapturesArgumentsToForwardToMSBuildWhenTargetIsNotSpecified' (ID = '9951f5dddfd59a3e41ef987d921919a04d536dd6') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.CommandLineParserTests.RestoreCommandLineParserTests.RestoreDistinguishesRepeatSourceArgsFromCommandArgs' (ID = 'dcace5d1a98263b72526a2a3d5220b3ef7681f99') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.AddReferenceParserTests.AddReferenceHasDefaultArgumentSetToCurrentDirectory' (ID = 'f381021e45f2caa0200a3b2ede685202a6bafe34') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.AddReferenceParserTests.AddReferenceHasInteractiveFlag' (ID = 'a0f06c2ebaaac7c8bdf2c434b708052f32bc8b7a') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.AddReferenceParserTests.AddReferenceDoesNotHaveInteractiveFlagByDefault' (ID = '4a10a61d99a5ed7d7a01bc656462fb13c8591768') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.AddReferenceParserTests.AddReferenceWithoutArgumentResultsInAnError' (ID = 'a91f8d5dfb94e86aa4168e5d8756ece2e1afbfcd') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.BuildRelatedCommandParserTests.Build(command: "build", option: "--artifacts-path")' (ID = 'a26af0f73053bc443b25652b3bed5e15995cdd3b') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.BuildRelatedCommandParserTests.Build(command: "clean", option: "--artifacts-path")' (ID = 'c741bcbd37ac905f1278115293f8561ab266363a') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.BuildRelatedCommandParserTests.Build(command: "pack", option: "--artifacts-path")' (ID = '7794f6be2a1bc4709a316c3acfe3be6e2f6c858d') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.BuildRelatedCommandParserTests.Build(command: "publish", option: "--artifacts-path")' (ID = 'd33e30dce46f84ea990c9aca81918419fb58258c') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.BuildRelatedCommandParserTests.Build(command: "restore", option: "--artifacts-path")' (ID = '7af8fdc9a4c4a5ce9e3d7f22a85d219ce8565eed') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.BuildRelatedCommandParserTests.Build(command: "run", option: "--artifacts-path")' (ID = '3dd18b64445db8e3b869cecfffe1217c33e75c4b') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.BuildRelatedCommandParserTests.Build(command: "test", option: "--artifacts-path")' (ID = '1df4423ac42d0908e7020e3169a3e1348e2b37dd') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.BuildServerShutdownParserTests.GivenNoOptionsAllFlagsAreFalse' (ID = '8814d308a6f72c01f63eda55a6eed514f64609b9') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.BuildServerShutdownParserTests.GivenMSBuildOptionIsItTrue' (ID = '11bd3b68395a0117549d521c074e17dbfb3bc6a3') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.BuildServerShutdownParserTests.GivenVBCSCompilerOptionIsItTrue' (ID = 'ede7a0d4ebd652203c6b44af962bab01130cb95d') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.BuildServerShutdownParserTests.GivenRazorOptionIsItTrue' (ID = 'ff06c2838381b4b92b3dd8e9f752d604fe6d1cf3') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.BuildServerShutdownParserTests.GivenMultipleOptionsThoseAreTrue' (ID = 'f1fdd2b89cdce90c63ed998c64441c7525493833') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.InstallToolParserTests.InstallGlobaltoolParserCanGetPackageIdAndPackageVersion' (ID = 'bd6e18d145b6328e9d0a7d623c1753a88519fd4b') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.InstallToolParserTests.InstallGlobaltoolParserCanGetFollowingArguments' (ID = '8288bc3610281a0358a8ba6a6df00e4684af9db5') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.InstallToolParserTests.InstallToolParserCanParseSourceOption' (ID = '757c4a6087e9441e8cae1c29717b293090dad1f0') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.InstallToolParserTests.InstallToolParserCanParseMultipleSourceOption' (ID = '8618fa41888cc7d851b90645dacf4117047c4b19') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.InstallToolParserTests.InstallToolParserCanGetGlobalOption' (ID = '4a8765151fde89ec41c585372d99d69f2361fa85') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.InstallToolParserTests.InstallToolParserCanGetLocalOption' (ID = 'f94b198de94582d50466e2d4dda140c0542515e5') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.InstallToolParserTests.InstallToolParserCanGetManifestOption' (ID = 'ebe6f573aa86d69286b4013acd7cd4a984a7cf60') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.InstallToolParserTests.InstallToolParserCanParseVerbosityOption' (ID = '44628168bb2ca0271eab77a98675fcfff3b82cf3') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.InstallToolParserTests.InstallToolParserCanParseToolPathOption' (ID = '22f1078ca40e9890dbd6f1c72fc028245433a5bb') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.InstallToolParserTests.InstallToolParserCanParseNoCacheOption' (ID = '467eb12339c1b8e0ed6219b1794fd96b094a35fc') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.InstallToolParserTests.InstallToolParserCanParseNoHttpCacheOption' (ID = '73f8c4e0c2a1a0c8f2ed71f6fbdff95f4accdda9') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.InstallToolParserTests.InstallToolParserCanParseIgnoreFailedSourcesOption' (ID = 'f8129e61b2e650a74f4ce7eb3796deee6be9e2d4') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.InstallToolParserTests.InstallToolParserCanParseDisableParallelOption' (ID = 'b9abd3f766d0833639ad29c30ba999a52bd706e8') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.InstallToolParserTests.InstallToolParserCanParseInteractiveRestoreOption' (ID = '51568d7e04ef14b6aedb42c400c4fff88b08827b') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageCanForwardInteractiveFlag' (ID = '6e771b3338cb06455c38909882641241b6cc02dd') [xUnit.net 00:00:01.19] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageRejectsInvalidVerbosityFlags(inputOption: "--verbosity", value: "foo")' (ID = 'aa6e8b8356400899fe257f0a7325bb172fe71cd7') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageRejectsInvalidVerbosityFlags(inputOption: "--verbosity", value: "")' (ID = '26c44d98ab6dda4a28dea926ea1205d6825105e5') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageRejectsInvalidVerbosityFlags(inputOption: "-v", value: "foo")' (ID = '0bfc0077bdc4f5c2a76181a5b92c7a2e5a1b9716') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageRejectsInvalidVerbosityFlags(inputOption: "-v", value: "")' (ID = '79e87890e55bbffac6a92cd8b123d01883d66be0') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageCanForwardVerbosityFlag(inputOption: "--verbosity", value: "q")' (ID = '8709763115126d8530b13f7df1d5343c54581834') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageCanForwardVerbosityFlag(inputOption: "--verbosity", value: "quiet")' (ID = '643ae1ddfc01582415c891a68bda0140bfaf7d55') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageCanForwardVerbosityFlag(inputOption: "--verbosity", value: "m")' (ID = '155bdf6b06ae1249301e4b528b85252b2761b5b6') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageCanForwardVerbosityFlag(inputOption: "--verbosity", value: "minimal")' (ID = '287e7b380f4482f607857b881f3c1dcee4734ce2') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageCanForwardVerbosityFlag(inputOption: "--verbosity", value: "n")' (ID = 'f7e54c76284851dee79bfb7d64e358e38bd97750') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageCanForwardVerbosityFlag(inputOption: "--verbosity", value: "normal")' (ID = '43a6d2126d81a61a87b97087c87f5e718308ef4b') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageCanForwardVerbosityFlag(inputOption: "--verbosity", value: "d")' (ID = 'fb8e9e371eefa45217dc0f64fd4f6f9f51a74acb') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageCanForwardVerbosityFlag(inputOption: "--verbosity", value: "detailed")' (ID = '8904988fc61e2519eee7f57e727562156328c7bc') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageCanForwardVerbosityFlag(inputOption: "--verbosity", value: "diag")' (ID = '70371345a4bb193dea408c67a476648490415b11') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageCanForwardVerbosityFlag(inputOption: "--verbosity", value: "diagnostic")' (ID = '02521c87144e6c457dae6022d69af2391b8740a7') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageCanForwardVerbosityFlag(inputOption: "--verbosity", value: "QUIET")' (ID = '27a1f99c7c9486992d19daee94f6fb2ffa112856') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageCanForwardVerbosityFlag(inputOption: "-v", value: "q")' (ID = 'b5657f9557c61ae37341f1cc4ff4fff7ba5acce4') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageCanForwardVerbosityFlag(inputOption: "-v", value: "QUIET")' (ID = '8c97f8e63bf3217cefcaa632eee395055fc1e80f') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListPackageParserTests.ListPackageDoesNotForwardVerbosityByDefault' (ID = '8f20f2f91956554e2dc7b16e1a0f449a2b08f863') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListToolParserTests.ListToolParserCanGetGlobalOption' (ID = 'e32f4c84e06729bbfe7f229551e4aaceb78f78f7') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListToolParserTests.ListToolParserCanGetLocalOption' (ID = '25fe4616aaf2b7de9ffbff2517a537889487f13b') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ListToolParserTests.ListToolParserCanParseToolPathOption' (ID = 'b83760e070cc19f83409c00f216f2e7d16803342') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.NuGetCommandParserTests.NuGetWhyCommandCanParseFrameworkOptions(inputOptions: "--framework net472")' (ID = '8b6a44e0fba54297e6bcc234aa6c341bc77fd986') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.NuGetCommandParserTests.NuGetWhyCommandCanParseFrameworkOptions(inputOptions: "-f net472")' (ID = '5435725e2413630c73dd412bd0578489ca661b48') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.NuGetCommandParserTests.NuGetWhyCommandCanParseFrameworkOptions(inputOptions: "--framework net472 --framework net6.0")' (ID = 'f603bd65db65086fbada881809aabd26e41da8c6') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.NuGetCommandParserTests.NuGetWhyCommandCanParseFrameworkOptions(inputOptions: "-f net472 -f net6.0")' (ID = 'd7c051029f31a7b63c3d4d6c68dc5b621a6e76a4') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.NuGetCommandParserTests.NuGetWhyCommandCanParseFrameworkOptions(inputOptions: "--framework net472 -f net6.0")' (ID = '6120d5a01eecce6d6aef37a6a8a44bfde84d12ec') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ParseResultExtensionsTests.RootSubCommandResultReturnsCorrectSubCommand(input: "build /p:prop=true", expected: "build")' (ID = '9c5dc2c274b8123f5ed72bccec66c5b59f528132') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ParseResultExtensionsTests.RootSubCommandResultReturnsCorrectSubCommand(input: "add package", expected: "add")' (ID = 'c51b81a7e5d17adab5e7e7d8e3ca89f748d8becd') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ParseResultExtensionsTests.RootSubCommandResultReturnsCorrectSubCommand(input: "watch run", expected: "watch")' (ID = 'fdd12c2f11a20e28ee6023a1b2d1a12239a5557a') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ParseResultExtensionsTests.RootSubCommandResultReturnsCorrectSubCommand(input: "watch run -h", expected: "watch")' (ID = 'b07ce7e54d61430ee8a2b98b0b1fe90fa9de0411') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ParseResultExtensionsTests.RootSubCommandResultReturnsCorrectSubCommand(input: "ignore list", expected: "ignore")' (ID = 'abb46d1e9b00192986a29f6cfab4950e86802b63') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ParseResultExtensionsTests.GetSubArgumentsRemovesTopLevelCommands(input: ["dotnet", "build"], expected: [])' (ID = '85d500f452919d91a21b1a5bd06457b288a07126') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ParseResultExtensionsTests.GetSubArgumentsRemovesTopLevelCommands(input: ["build"], expected: [])' (ID = '0fc8446f084f46341c192fd36affbf15e2508540') [xUnit.net 00:00:01.20] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ParseResultExtensionsTests.GetSubArgumentsRemovesTopLevelCommands(input: ["dotnet", "test", "-d"], expected: ["-d"])' (ID = '7258234cab48d818e5a1caa6add87348cd1b2a3e') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ParseResultExtensionsTests.GetSubArgumentsRemovesTopLevelCommands(input: ["dotnet", "publish", "-o", "foo"], expected: ["-o", "foo"])' (ID = 'eaee34abd37f3113eddd68aed2872b77e60e9f55') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ParseResultExtensionsTests.GetSubArgumentsRemovesTopLevelCommands(input: ["publish", "-o", "foo"], expected: ["-o", "foo"])' (ID = 'e99e8f95040df3cf0618d799231d76532acf4f31') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ParseResultExtensionsTests.GetSubArgumentsRemovesTopLevelCommands(input: ["dotnet", "add", "package", "-h"], expected: ["package", "-h"])' (ID = '05236ae43843971a1d62faa7f27c39d0cd866d7b') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ParseResultExtensionsTests.GetSubArgumentsRemovesTopLevelCommands(input: ["add", "package", "-h"], expected: ["package", "-h"])' (ID = 'c6232e7a8d51a99976043e04e023fbd7f2477688') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ParseResultExtensionsTests.GetSubArgumentsRemovesTopLevelCommands(input: ["dotnet", "-d", "help"], expected: [])' (ID = '286f91c2c31ce914d70bc8a2430b5374aca012de') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ParseResultExtensionsTests.GetSubArgumentsRemovesTopLevelCommands(input: ["dotnet", "run", "--", "-d"], expected: ["--", "-d"])' (ID = '0bda8429b3016d51e6efcab4ddc4e1ebc24e7971') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ResponseFileTests.Can_safely_expand_response_file_lines' (ID = 'bcf8e1e548d6f0b38f6cbf3a68c3e26288e9bb2f') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ResponseFileTests.Can_skip_empty_and_commented_lines' (ID = '8cce7316965b1a52d8a7ce102a036b52e0fa8592') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.RunParserTests.RunParserCanGetArgumentFromDoubleDash' (ID = '095eefdbbbe0ff2ecdd09dacdc3093ec6e962af3') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ToolRestoreParserTests.ToolRestoreParserCanGetManifestFilePath' (ID = '73e95d92a35802a34d9bbd244e578ee18577e97d') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ToolRestoreParserTests.ToolRestoreParserCanGetFollowingArguments' (ID = 'f75fc5c5a14009b1484193065c5e2dd9c7a6463a') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ToolRestoreParserTests.ToolRestoreParserCanParseSourceOption' (ID = 'b86fa1c6bed2e9b0216ac0633592c397d2d4097f') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ToolRestoreParserTests.ToolRestoreParserCanParseMultipleSourceOption' (ID = '743ad1a5e6ec7377aa4175c48253ce1e0ad07ae4') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ToolRestoreParserTests.ToolRestoreParserCanParseVerbosityOption' (ID = 'd3889694d5e9e21c9ed285239b35241eb5ac0fae') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ToolRestoreParserTests.ToolRestoreParserCanParseNoCacheOption' (ID = '0fbd9aa5f06a17701902e06c01adc8328f43d3f5') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ToolRestoreParserTests.ToolRestoreParserCanParseNoHttpCacheOption' (ID = 'e1e5c91adb3d60f75510f37e07b9830df12abfc1') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ToolRestoreParserTests.ToolRestoreParserCanParseIgnoreFailedSourcesOption' (ID = 'a2f479e27ecb25c5f5e728ffb1100bc835e953c3') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ToolRestoreParserTests.ToolRestoreParserCanParseDisableParallelOption' (ID = '4045f262c11ecc3f5dacf599e91800c8244ab537') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ToolRestoreParserTests.ToolRestoreParserCanParseInteractiveRestoreOption' (ID = '742f9050952f43d2ab178b878415bb88e3ea368e') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ToolRunParserTests.ListToolParserCanGetToolCommandNameArgument' (ID = '23827e61b88f1ece04aa9c1584f6e92ce6109bc0') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ToolRunParserTests.ListToolParserCanGetCommandsArgumentInUnmatchedTokens' (ID = '3c34283e62e86f7005c3c97b452285764fef8840') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ToolRunParserTests.ListToolParserCanGetCommandsArgumentInUnparsedTokens' (ID = '6817ef7baf84ed84193e9bc7fbe148aae9b89ef3') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ToolRunParserTests.ListToolParserCanGetCommandsArgumentInUnparsedTokens2' (ID = 'bd6bfce44e69c983a155b77bb88e0d06c7bb90f3') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ToolRunParserTests.RootSubCommandIsToolCommand' (ID = '07f2bb6ef532adb76f708993c4c08c50a8f30395') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ToolSearchParserTests.DotnetToolSearchShouldThrowWhenNoSearchTerm' (ID = '3a1afb3156d5e25a21fe43e2c9b8385081eb3391') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.ToolSearchParserTests.ListSearchParserCanGetArguments' (ID = '8d0877b95b62aae72584555c85a46f5741d7507b') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UninstallToolParserTests.UninstallToolParserCanGetPackageId' (ID = '0ddae77ad53b9832b8c9169433e845b6752ab14d') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UninstallToolParserTests.UninstallToolParserCanGetGlobalOption' (ID = '92425b5bed0f1ae1669682412559ea5f80a24d9a') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UninstallToolParserTests.UninstallToolParserCanParseToolPathOption' (ID = '25e1a998556120b44a186b7ee138f946261e72cf') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UninstallToolParserTests.UninstallToolParserCanParseLocalOption' (ID = 'd7b27e2861adb5b527508204a670d354760a875e') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UninstallToolParserTests.UninstallToolParserCanParseToolManifestOption' (ID = 'fb04622cb5078ab6a03801ec7f9a7590dc5408b4') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UpdateInstallToolParserTests.UpdateGlobaltoolParserCanGetPackageId' (ID = '4c89eef05cd2c12131d3013a00000f2aa19618bb') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UpdateInstallToolParserTests.UpdateToolParserCanGetGlobalOption' (ID = 'a703f3fd153e92c3bbe49a75c7c9021a29fab1a2') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UpdateInstallToolParserTests.UpdateToolParserCanGetFollowingArguments' (ID = 'fcf98b00f880aa4823216942798d639aac1b71a0') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UpdateInstallToolParserTests.UpdateToolParserCanParseSourceOption' (ID = '32341008fd37ae87c23f49d5ae2826ab0e2573f4') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UpdateInstallToolParserTests.UpdateToolParserCanParseMultipleSourceOption' (ID = '69a904a26c73b386d1bc1befa0f9d6b8319878aa') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UpdateInstallToolParserTests.UpdateToolParserCanParseVerbosityOption' (ID = '5b070c6a0dba997bda1b8120d8bb1be7792132ef') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UpdateInstallToolParserTests.UpdateToolParserCanParseToolPathOption' (ID = '85e8a9fbd44750b35298cf555ca00d5941aca849') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UpdateInstallToolParserTests.UpdateToolParserCanParseNoCacheOption' (ID = 'f284d7d9da659d60eb1fefeca1626f033cd45895') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UpdateInstallToolParserTests.UpdateToolParserCanParseNoHttpCacheOption' (ID = '3bba2a017360d843dc320537fbe3fc63dcfda877') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UpdateInstallToolParserTests.UpdateToolParserCanParseIgnoreFailedSourcesOption' (ID = '2b0ce5d679bf20256407d2255f50a7a8b069b849') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UpdateInstallToolParserTests.UpdateToolParserCanParseDisableParallelOption' (ID = '329b768984ba193d603fc42d587a4487853f994e') [xUnit.net 00:00:01.21] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UpdateInstallToolParserTests.UpdateToolParserCanParseInteractiveRestoreOption' (ID = 'f2bd8706c3f5709c25b521a94ec378e4b245f4fd') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UpdateInstallToolParserTests.UpdateToolParserCanParseVersionOption' (ID = 'e251233517b905de9cd28e0ed0cb9b780df7734b') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UpdateInstallToolParserTests.UpdateToolParserCanParseLocalOption' (ID = '42e948d2a6bef7546d854e3faf17e50b6806924f') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.UpdateInstallToolParserTests.UpdateToolParserCanParseToolManifestOption' (ID = '1f0b97b06cee33e8cd247c2fcb5a0e70b2168df1') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-h", expectedString: "--help")' (ID = '7981071694b6535e21832404f6c071f609d56476') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --test-adapter-path c:\\adapterpat"···, expectedString: "SomeProject.dll --testadapterpath:c:\\adapterpath\"···)' (ID = 'db63de746578d3836ddbe95e227ce6cdebc542f3') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--test-adapter-path c:\\adapterpath\\temp SomeProj"···, expectedString: "--testadapterpath:c:\\adapterpath\\temp SomeProjec"···)' (ID = '3c5bf4266f383b11d84b515a5b9d16ad475e7686') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --test-adapter-path:c:\\adapterpat"···, expectedString: "SomeProject.dll --testadapterpath:c:\\adapterpath\"···)' (ID = 'ed4079d544dfeaddf066b81c0665711e18780fac') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--test-adapter-path:c:\\adapterpath\\temp SomeProj"···, expectedString: "--testadapterpath:c:\\adapterpath\\temp SomeProjec"···)' (ID = '6aa3c941d914826b2bdfeb8b22fd6f24b99a4047') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --test-adapter-path c:\\adapterpat"···, expectedString: "SomeProject.exe --testadapterpath:c:\\adapterpath\"···)' (ID = '9b1d2e50b605da3ac4c934f0bd8540ab46c79b60') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--test-adapter-path c:\\adapterpath\\temp SomeProj"···, expectedString: "--testadapterpath:c:\\adapterpath\\temp SomeProjec"···)' (ID = '8ef628af07228a7a2a5b40d52dff24b948cd29a5') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --test-adapter-path:c:\\adapterpat"···, expectedString: "SomeProject.exe --testadapterpath:c:\\adapterpath\"···)' (ID = '21c6a2911c555ea187677b49a9f1264c84e6c1d2') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--test-adapter-path:c:\\adapterpath\\temp SomeProj"···, expectedString: "--testadapterpath:c:\\adapterpath\\temp SomeProjec"···)' (ID = 'dac5796a9c3f1dbf78c1fc640b4f2281a264700c') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll -a x86", expectedString: "SomeProject.dll --platform:x86")' (ID = '83c529187576d3b46a7f4287c9047a59a80f2a7d') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-a x86 SomeProject.dll", expectedString: "--platform:x86 SomeProject.dll")' (ID = 'c14fca695c5999993a1e4c627c0a1d03594d9748') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll -a:x86", expectedString: "SomeProject.dll --platform:x86")' (ID = '42227a83c9f0c9043d76a1f8d02b3ad3f2e55758') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-a:x86 SomeProject.dll", expectedString: "--platform:x86 SomeProject.dll")' (ID = '58406b0828af11f4477110d9b0b4031697553796') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe -a x86", expectedString: "SomeProject.exe --platform:x86")' (ID = '877530cec828d25122f3a3d62524f380156f930a') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-a x86 SomeProject.exe", expectedString: "--platform:x86 SomeProject.exe")' (ID = '511318f87f7141af936b65f2380e9a3147ff796b') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe -a:x86", expectedString: "SomeProject.exe --platform:x86")' (ID = '4096275b75e596b9eaede17065a765bee8904314') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-a:x86 SomeProject.exe", expectedString: "--platform:x86 SomeProject.exe")' (ID = 'e214f91f458b88070fa7c2afba55cf3c1ac5d446') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --arch x86", expectedString: "SomeProject.dll --platform:x86")' (ID = '941764746bd10c9d63f3ec738f10d133647f85c7') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--arch x86 SomeProject.dll", expectedString: "--platform:x86 SomeProject.dll")' (ID = 'fd8244e27ece6719574abfcf229b05295510d1dd') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --arch:x86", expectedString: "SomeProject.dll --platform:x86")' (ID = '5ce8de2a3100bc8117990122a4ae5e7a9aca1260') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--arch:x86 SomeProject.dll", expectedString: "--platform:x86 SomeProject.dll")' (ID = '6fd694e68a44711e64526b39a16de3e046f5ccef') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --arch x86", expectedString: "SomeProject.exe --platform:x86")' (ID = 'ee72c551167aceed39b5e9288d8bb66da33997d5') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--arch x86 SomeProject.exe", expectedString: "--platform:x86 SomeProject.exe")' (ID = '0c56b659e132f16e29f454d3515efa0f284e5708') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --arch:x86", expectedString: "SomeProject.exe --platform:x86")' (ID = '3975e1c50be1a70c5f5f4120ad71935dffc6c924') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--arch:x86 SomeProject.exe", expectedString: "--platform:x86 SomeProject.exe")' (ID = '6e53f64d5082ee4e7053ab7708ad128e5ffd500f') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame", expectedString: "SomeProject.dll --blame")' (ID = '79a6456673aa1159443d89422011c43dcadb331c') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame SomeProject.dll", expectedString: "--blame SomeProject.dll")' (ID = 'e7ad04fa4e6fc6a7392532dce4dbc2e2c13bfbb4') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame", expectedString: "SomeProject.exe --blame")' (ID = '587fef69ca03f8bb1da8b2991d4e501d9f4272f9') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame SomeProject.exe", expectedString: "--blame SomeProject.exe")' (ID = 'bcc798328971f4c5a022a8eb9805662b017f18ab') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame-crash", expectedString: "SomeProject.dll --blame:CollectDump")' (ID = '06b6667b03faf4830b75df8d44b4ad8ecb4916f4') [xUnit.net 00:00:01.22] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-crash SomeProject.dll", expectedString: "--blame:CollectDump SomeProject.dll")' (ID = '75fceec6bfc6942802b783588b1146cfb7645ae6') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame-crash", expectedString: "SomeProject.exe --blame:CollectDump")' (ID = '08cae6ca005add54cd12cf7fa09182ef7d28eee9') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-crash SomeProject.exe", expectedString: "--blame:CollectDump SomeProject.exe")' (ID = '674a1a7a3a8047c7bcacee66271d704c2a816b78') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame-crash-dump-type full", expectedString: "SomeProject.dll --blame:CollectDump;DumpType=full")' (ID = '76bfe2768f12f6fed3d9d34077a0f5d14b67e413') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-crash-dump-type full SomeProject.dll", expectedString: "--blame:CollectDump;DumpType=full SomeProject.dll")' (ID = 'b1250ccc582fdd98d56bef0f15b11f0141392473') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame-crash-dump-type:full", expectedString: "SomeProject.dll --blame:CollectDump;DumpType=full")' (ID = '2bb3ee683d076d67098c465310804867d1ae4961') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-crash-dump-type:full SomeProject.dll", expectedString: "--blame:CollectDump;DumpType=full SomeProject.dll")' (ID = '657e9491179cd077b4e236c11f8a41fe5fcd2c37') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame-crash-dump-type full", expectedString: "SomeProject.exe --blame:CollectDump;DumpType=full")' (ID = '32b4fa0999374e4476583d1f2bf973e97f7330b5') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-crash-dump-type full SomeProject.exe", expectedString: "--blame:CollectDump;DumpType=full SomeProject.exe")' (ID = '24acfde71f7d6ee7342914a85c5bdf3099a2446b') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame-crash-dump-type:full", expectedString: "SomeProject.exe --blame:CollectDump;DumpType=full")' (ID = 'c7e9b213b49853365a77354d5767a7c92be49227') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-crash-dump-type:full SomeProject.exe", expectedString: "--blame:CollectDump;DumpType=full SomeProject.exe")' (ID = '870d0b817f2bf2c69c950220959bc04ced9a6d5a') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame-crash-collect-always", expectedString: "SomeProject.dll --blame:CollectDump;CollectAlways="···)' (ID = '9474c44f3593db52433015a8ce7b1ff6d6103d3e') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-crash-collect-always SomeProject.dll", expectedString: "--blame:CollectDump;CollectAlways=true SomeProject"···)' (ID = '81b5dae95506ff24cf01a4e0616aa73fee7a21df') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame-crash-collect-always", expectedString: "SomeProject.exe --blame:CollectDump;CollectAlways="···)' (ID = '2108c2f792af5c0f5ac5c72ec6dc6fa0046218d8') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-crash-collect-always SomeProject.exe", expectedString: "--blame:CollectDump;CollectAlways=true SomeProject"···)' (ID = '86aacf2b08a78c084bc9cccbf1ea67fba1cfa82a') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame-hang", expectedString: "SomeProject.dll --blame:CollectHangDump")' (ID = '2f994eb61b1acd51f75e00c0aa28f954abd4c02d') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-hang SomeProject.dll", expectedString: "--blame:CollectHangDump SomeProject.dll")' (ID = 'b9bf032eb4fc2ec8180a32d48d2f9e0e025c2267') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame-hang", expectedString: "SomeProject.exe --blame:CollectHangDump")' (ID = '01974c6529f9bdd90cf615188f4d7023a4df15b9') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-hang SomeProject.exe", expectedString: "--blame:CollectHangDump SomeProject.exe")' (ID = '8ccdf64fc9999a837ce876563393274f929ff812') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame-hang-dump-type full", expectedString: "SomeProject.dll --blame:CollectHangDump;DumpType=f"···)' (ID = 'ab95324c31364fa044489dba49921781522041cf') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-hang-dump-type full SomeProject.dll", expectedString: "--blame:CollectHangDump;DumpType=full SomeProject."···)' (ID = '6fa2a969508cb651c7662437e3030f9aa1fb6df0') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame-hang-dump-type:full", expectedString: "SomeProject.dll --blame:CollectHangDump;DumpType=f"···)' (ID = '5b8ff69347097b0c9e8d04f58e1aee6f4e72a45e') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-hang-dump-type:full SomeProject.dll", expectedString: "--blame:CollectHangDump;DumpType=full SomeProject."···)' (ID = 'cc28fd921311c0e8abca89891b4082c34649223e') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame-hang-dump-type full", expectedString: "SomeProject.exe --blame:CollectHangDump;DumpType=f"···)' (ID = '381839764006976ccf041d9dd48978d7e8136730') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-hang-dump-type full SomeProject.exe", expectedString: "--blame:CollectHangDump;DumpType=full SomeProject."···)' (ID = '2251462ce10ac237e8e28dce6ce86e74ccb76077') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame-hang-dump-type:full", expectedString: "SomeProject.exe --blame:CollectHangDump;DumpType=f"···)' (ID = '75335949a20b0113c3f01c0d8b859f1154bfa04c') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-hang-dump-type:full SomeProject.exe", expectedString: "--blame:CollectHangDump;DumpType=full SomeProject."···)' (ID = 'bfc943925ea7ad79094199806dc8c1f4a99d35be') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame-hang-timeout 10min", expectedString: "SomeProject.dll --blame:CollectHangDump;TestTimeou"···)' (ID = '48dde7ced7963064a77f61f457c3f1e7ca8889bb') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-hang-timeout 10min SomeProject.dll", expectedString: "--blame:CollectHangDump;TestTimeout=10min SomeProj"···)' (ID = 'd92d22ac926753c0627d91d243a4ee310ba69496') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame-hang-timeout:10min", expectedString: "SomeProject.dll --blame:CollectHangDump;TestTimeou"···)' (ID = 'cef9921acae6991a62a043fae6b73ba1f64cbaae') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-hang-timeout:10min SomeProject.dll", expectedString: "--blame:CollectHangDump;TestTimeout=10min SomeProj"···)' (ID = '9ee70fdfb2cd8c10405612b16ed75d40103d48de') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame-hang-timeout 10min", expectedString: "SomeProject.exe --blame:CollectHangDump;TestTimeou"···)' (ID = 'fa1e1479d99ffef288c352c6f9fc3c77cf5d7321') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-hang-timeout 10min SomeProject.exe", expectedString: "--blame:CollectHangDump;TestTimeout=10min SomeProj"···)' (ID = 'd541cd1438683885a4dea7fde26fc45be2b797f9') [xUnit.net 00:00:01.23] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame-hang-timeout:10min", expectedString: "SomeProject.exe --blame:CollectHangDump;TestTimeou"···)' (ID = '38663baf59843193cafccaed66dff78c60b83c2d') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-hang-timeout:10min SomeProject.exe", expectedString: "--blame:CollectHangDump;TestTimeout=10min SomeProj"···)' (ID = '5e0c19749046f88108daf3bcd47f7aec76ab81fc') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --collect coverage", expectedString: "SomeProject.dll --collect:coverage")' (ID = '5dc5d3fd0a6fa98b14f24558f66201cb2f75bb6d') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--collect coverage SomeProject.dll", expectedString: "--collect:coverage SomeProject.dll")' (ID = 'be4dd8e4e9758183d714a6d0875fe28aeba1367b') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --collect:coverage", expectedString: "SomeProject.dll --collect:coverage")' (ID = 'a50afed70cf777f1815ef2081e411858871fa45b') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--collect:coverage SomeProject.dll", expectedString: "--collect:coverage SomeProject.dll")' (ID = '35079e471fae384301f395405acc63719c05874c') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --collect coverage", expectedString: "SomeProject.exe --collect:coverage")' (ID = 'a63ab8b9bfa1839b0af2923108689007ec8886b5') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--collect coverage SomeProject.exe", expectedString: "--collect:coverage SomeProject.exe")' (ID = 'a0ecd5e7cf9640c4072ccc8e2356010dd049749f') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --collect:coverage", expectedString: "SomeProject.exe --collect:coverage")' (ID = '0a619e479818449a1de53153564131c7cee0dc98') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--collect:coverage SomeProject.exe", expectedString: "--collect:coverage SomeProject.exe")' (ID = '492f6d6f2a9d7ec70d9d027e24f60f84edfc848f') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll -d c:\\temp\\log.txt", expectedString: "SomeProject.dll --diag:c:\\temp\\log.txt")' (ID = 'd52fb7ab5151be79b8d98faa0d702a87e8b7f828') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-d c:\\temp\\log.txt SomeProject.dll", expectedString: "--diag:c:\\temp\\log.txt SomeProject.dll")' (ID = 'c9f12b8e5d73af566dbe2272f60142cfeaa31a0d') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll -d:c:\\temp\\log.txt", expectedString: "SomeProject.dll --diag:c:\\temp\\log.txt")' (ID = 'ff72f60bde377bde593b678e562fad8b464acb08') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-d:c:\\temp\\log.txt SomeProject.dll", expectedString: "--diag:c:\\temp\\log.txt SomeProject.dll")' (ID = '1b865e391589da7a1b0b64e159081d160efc3d36') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe -d c:\\temp\\log.txt", expectedString: "SomeProject.exe --diag:c:\\temp\\log.txt")' (ID = '1c02080f66ea34ea15178626fc31e1005b884399') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-d c:\\temp\\log.txt SomeProject.exe", expectedString: "--diag:c:\\temp\\log.txt SomeProject.exe")' (ID = 'a5732f6a87cc99d547d20c7c5518da4b15a3d17c') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe -d:c:\\temp\\log.txt", expectedString: "SomeProject.exe --diag:c:\\temp\\log.txt")' (ID = 'ddf36ffb8b826807d4dc07bc42407cea3e5a6baf') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-d:c:\\temp\\log.txt SomeProject.exe", expectedString: "--diag:c:\\temp\\log.txt SomeProject.exe")' (ID = 'ba107c8ba632cd2b119ff4e33e7437d041c9f588') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --diag c:\\temp\\log.txt", expectedString: "SomeProject.dll --diag:c:\\temp\\log.txt")' (ID = 'aaf260c64718c48ce5c65d537dfc7f67884e7acd') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--diag c:\\temp\\log.txt SomeProject.dll", expectedString: "--diag:c:\\temp\\log.txt SomeProject.dll")' (ID = '6510678d95ebb4a727b52e3957b9a7df23165ecf') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --diag:c:\\temp\\log.txt", expectedString: "SomeProject.dll --diag:c:\\temp\\log.txt")' (ID = '75b97c1e5ef485eda7b8ace333cf58fa5f47c73c') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--diag:c:\\temp\\log.txt SomeProject.dll", expectedString: "--diag:c:\\temp\\log.txt SomeProject.dll")' (ID = 'e82baf1300f024d46910f0d7edad57aa8b468d7d') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --diag c:\\temp\\log.txt", expectedString: "SomeProject.exe --diag:c:\\temp\\log.txt")' (ID = 'a13823c4fab4ce3b3bfc72a41da458dba0173294') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--diag c:\\temp\\log.txt SomeProject.exe", expectedString: "--diag:c:\\temp\\log.txt SomeProject.exe")' (ID = '7a34dd3c6e83a5dceb02cd905366ab8e3a4ca04d') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --diag:c:\\temp\\log.txt", expectedString: "SomeProject.exe --diag:c:\\temp\\log.txt")' (ID = '08e085c39dfccae79d168ca1b35813fb3b837a89') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--diag:c:\\temp\\log.txt SomeProject.exe", expectedString: "--diag:c:\\temp\\log.txt SomeProject.exe")' (ID = '7c18bc21450360c35d6c765c5783b41a65cb0a7f') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll -f net451", expectedString: "SomeProject.dll --framework:net451")' (ID = 'd23386cfa6d5ff9a8382dfe44b77757e07babdf6') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-f net451 SomeProject.dll", expectedString: "--framework:net451 SomeProject.dll")' (ID = '7d8078ffce492788d28c0d59f119536ca2d4b78f') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll -f:net451", expectedString: "SomeProject.dll --framework:net451")' (ID = 'dca8a97ad605709c8e8e11733980f1f9ccf969ee') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-f:net451 SomeProject.dll", expectedString: "--framework:net451 SomeProject.dll")' (ID = 'a6fee6fcbc5f6e02fe9c874a0bd7b85333762674') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe -f net451", expectedString: "SomeProject.exe --framework:net451")' (ID = '179e88e47778f5e04e90f10b526da7f5a87ff0da') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-f net451 SomeProject.exe", expectedString: "--framework:net451 SomeProject.exe")' (ID = '914e3b3a38c7422115be6ebda65f3f88e2db83a6') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe -f:net451", expectedString: "SomeProject.exe --framework:net451")' (ID = '7099809566a002d084295219e63fc769a237306f') [xUnit.net 00:00:01.24] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-f:net451 SomeProject.exe", expectedString: "--framework:net451 SomeProject.exe")' (ID = '8fa530b6c1b2c8e1d26117a51ab9443f8e3710b3') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --framework net451", expectedString: "SomeProject.dll --framework:net451")' (ID = '888b57e46731103cc0d16e592e8bff5ff6fcaaf8') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--framework net451 SomeProject.dll", expectedString: "--framework:net451 SomeProject.dll")' (ID = '587322d709407040bd00bd9872f05db6c3029ba5') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --framework:net451", expectedString: "SomeProject.dll --framework:net451")' (ID = '572eaf78c3d98dbbf1d220ca4c06e9cacdf3027f') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--framework:net451 SomeProject.dll", expectedString: "--framework:net451 SomeProject.dll")' (ID = '0e26a0206bdf5ebd978575546090ef1c473abae1') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --framework net451", expectedString: "SomeProject.exe --framework:net451")' (ID = '339f671d090b88cadf611f26221d09a270db1996') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--framework net451 SomeProject.exe", expectedString: "--framework:net451 SomeProject.exe")' (ID = 'af5fabb3de9b801d0a252adf27667e3b0d1ad18d') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --framework:net451", expectedString: "SomeProject.exe --framework:net451")' (ID = '47481d507ec0d8c78b0372c61392fb3521614bca') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--framework:net451 SomeProject.exe", expectedString: "--framework:net451 SomeProject.exe")' (ID = 'e0fbd104c1d8b617de4915190ffa74a3af94aa5d') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --filter accceptance", expectedString: "SomeProject.dll --testcasefilter:accceptance")' (ID = 'd00d8a8cefbb194cfece739c7cc05b81ae2196bc') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--filter accceptance SomeProject.dll", expectedString: "--testcasefilter:accceptance SomeProject.dll")' (ID = 'c16bc9e46bc6ebae18240e1ecfc777c95e2501d1') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --filter:accceptance", expectedString: "SomeProject.dll --testcasefilter:accceptance")' (ID = '163f61226c0b46e1d00c6f78e281b864b9c78603') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--filter:accceptance SomeProject.dll", expectedString: "--testcasefilter:accceptance SomeProject.dll")' (ID = '0c9de4c1fa3a67060965271e5ffdf44c9f654d1d') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --filter accceptance", expectedString: "SomeProject.exe --testcasefilter:accceptance")' (ID = 'ae248145ab94a87540266f03e2ae19117ea395eb') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--filter accceptance SomeProject.exe", expectedString: "--testcasefilter:accceptance SomeProject.exe")' (ID = '9592f2329c679d79a105e08ae4570414d9543d89') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --filter:accceptance", expectedString: "SomeProject.exe --testcasefilter:accceptance")' (ID = 'e4bcbc1f307ab8b8c09829bef64aa79628f1eedb') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--filter:accceptance SomeProject.exe", expectedString: "--testcasefilter:accceptance SomeProject.exe")' (ID = '9f8c46e988b627ddd4948cddf919b132bfee280a') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll -l trx", expectedString: "SomeProject.dll --logger:trx")' (ID = '5786bc504877943aa505d7e076f8cc7a387b6538') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-l trx SomeProject.dll", expectedString: "--logger:trx SomeProject.dll")' (ID = '36538123fd60b41e35135f57a452870b4f0c9013') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll -l:trx", expectedString: "SomeProject.dll --logger:trx")' (ID = '952927f968470526d2a4e062408fe0ef61e6ce1c') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-l:trx SomeProject.dll", expectedString: "--logger:trx SomeProject.dll")' (ID = '5492c3284fc3b29f523583a6067b0248000b6179') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe -l trx", expectedString: "SomeProject.exe --logger:trx")' (ID = '10d9473720277212f44a6feba07fb0546ece0360') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-l trx SomeProject.exe", expectedString: "--logger:trx SomeProject.exe")' (ID = 'a61f707fa450041a88d7058e43dd2cf79bc11ff4') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe -l:trx", expectedString: "SomeProject.exe --logger:trx")' (ID = '465e9ea3b8b3a64790177e01f523b9e7aece14f5') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-l:trx SomeProject.exe", expectedString: "--logger:trx SomeProject.exe")' (ID = 'e2305455de0aec5483af6917ac94d607dc445070') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --logger trx", expectedString: "SomeProject.dll --logger:trx")' (ID = 'f1658dbd209b4d0cb385b01af7619aa8f15e2607') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--logger trx SomeProject.dll", expectedString: "--logger:trx SomeProject.dll")' (ID = 'ea845c9f82714028014910f391726c17d5403f72') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --logger:trx", expectedString: "SomeProject.dll --logger:trx")' (ID = '5ef537a185098fe0bd85ab9877fac3d292e076e8') [xUnit.net 00:00:01.25] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--logger:trx SomeProject.dll", expectedString: "--logger:trx SomeProject.dll")' (ID = '58912cd6a61079f951f7599e774ce7379057a4bc') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --logger trx", expectedString: "SomeProject.exe --logger:trx")' (ID = 'cda090b3b4e383c0a83c12581a8a37f9bec8b0a3') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--logger trx SomeProject.exe", expectedString: "--logger:trx SomeProject.exe")' (ID = 'a3b439b51f2d4b6cf6c3463f8d03c5858159a38b') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --logger:trx", expectedString: "SomeProject.exe --logger:trx")' (ID = '73ecf0ad1a6b646b8d969c463ba09743c6ca9eef') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--logger:trx SomeProject.exe", expectedString: "--logger:trx SomeProject.exe")' (ID = '43bb21b2c5313ca1b1d8fdd1e8a24dfc650b163f') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --nologo", expectedString: "SomeProject.dll --nologo")' (ID = '5f27e6ebfeb81b74e92e15c5a41842d0e48a6f90') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--nologo SomeProject.dll", expectedString: "--nologo SomeProject.dll")' (ID = 'db229f4929b02f201725475dee18d09e3ac346b8') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --nologo", expectedString: "SomeProject.exe --nologo")' (ID = '34700804952291ec86f1cdfd196a34a931040bb1') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--nologo SomeProject.exe", expectedString: "--nologo SomeProject.exe")' (ID = '550c4b008eee7182a99f9ac72303cb41e132164a') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --os linux", expectedString: "SomeProject.dll --os:linux")' (ID = '2b2e403ffb05ea6bcca61989a7daa63293de0a65') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--os linux SomeProject.dll", expectedString: "--os:linux SomeProject.dll")' (ID = '713a22958240d01a69f2b84775b5fc05c4fe56f1') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --os:linux", expectedString: "SomeProject.dll --os:linux")' (ID = 'e7332bf1b715186a56fa34f42037f463e50a1f51') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--os:linux SomeProject.dll", expectedString: "--os:linux SomeProject.dll")' (ID = 'bacb44db128c50e0a9d1b1ad264c567fd1ae07cf') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --os linux", expectedString: "SomeProject.exe --os:linux")' (ID = '52d29fe6a4cba3833218944fe6ef11457c44e765') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--os linux SomeProject.exe", expectedString: "--os:linux SomeProject.exe")' (ID = '3f59666f34c7f8148fcfaf10cf647076e37712be') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --os:linux", expectedString: "SomeProject.exe --os:linux")' (ID = '0c3d8d6ea490aad392f685f033feb1c0f854847d') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--os:linux SomeProject.exe", expectedString: "--os:linux SomeProject.exe")' (ID = '93e71e6e5987d2968e16d9fa5ba37716810c1abc') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --results-directory c:\\temp\\", expectedString: "SomeProject.dll --resultsdirectory:c:\\temp\\")' (ID = 'f8a840e72ef48db9d4ee4b66b11dd6999917574a') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--results-directory c:\\temp\\ SomeProject.dll", expectedString: "--resultsdirectory:c:\\temp\\ SomeProject.dll")' (ID = '700f166a642b2304fb5e5190c9ccaffdfb66a607') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --results-directory:c:\\temp\\", expectedString: "SomeProject.dll --resultsdirectory:c:\\temp\\")' (ID = '861c3be85aaaad80ca13784221e8a0fd1f579492') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--results-directory:c:\\temp\\ SomeProject.dll", expectedString: "--resultsdirectory:c:\\temp\\ SomeProject.dll")' (ID = '9ccd808875570e5028f09e6d8b88292d521576b4') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --results-directory c:\\temp\\", expectedString: "SomeProject.exe --resultsdirectory:c:\\temp\\")' (ID = '3094554a580d320415465b7ed11a34904b5bcade') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--results-directory c:\\temp\\ SomeProject.exe", expectedString: "--resultsdirectory:c:\\temp\\ SomeProject.exe")' (ID = 'c1547d207fcfa076c6aa5e3a5b5174fc91dfe810') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --results-directory:c:\\temp\\", expectedString: "SomeProject.exe --resultsdirectory:c:\\temp\\")' (ID = '9b40d6bfb11ae93796fdf8fb9d956afcd31b8b5a') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--results-directory:c:\\temp\\ SomeProject.exe", expectedString: "--resultsdirectory:c:\\temp\\ SomeProject.exe")' (ID = '9dd19974e73c9bd0f110486eb5aeb047d7b2e5bc') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll -s test.settings", expectedString: "SomeProject.dll --settings:test.settings")' (ID = '75e964067be24a92598dd8128bdaa5ae109b3618') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-s test.settings SomeProject.dll", expectedString: "--settings:test.settings SomeProject.dll")' (ID = 'eb08ed5716814ee9c0d245a3ffa0d5e564a15b44') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll -s:test.settings", expectedString: "SomeProject.dll --settings:test.settings")' (ID = '40f8917f45c0b5eb40cbff192202cd6f4e2b4ea9') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-s:test.settings SomeProject.dll", expectedString: "--settings:test.settings SomeProject.dll")' (ID = '34dee561177095061ea6ef6b3f52c7e0f83d2f31') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe -s test.settings", expectedString: "SomeProject.exe --settings:test.settings")' (ID = '1389df722eb064b0ff5c1b45debf6418baf2ca90') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-s test.settings SomeProject.exe", expectedString: "--settings:test.settings SomeProject.exe")' (ID = 'be383c5a8c342888553a5ae6cedb195c0ea1cbe1') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe -s:test.settings", expectedString: "SomeProject.exe --settings:test.settings")' (ID = 'f30630ec4ed3a4b40d8c51bf67f8402be67de240') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-s:test.settings SomeProject.exe", expectedString: "--settings:test.settings SomeProject.exe")' (ID = '4dc6b6aa7ee7b7e2a3741ce9d73d95907be41f83') [xUnit.net 00:00:01.26] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --settings test.settings", expectedString: "SomeProject.dll --settings:test.settings")' (ID = '46b3e3edc8109748ed2c0e3cf62193813b5760bf') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--settings test.settings SomeProject.dll", expectedString: "--settings:test.settings SomeProject.dll")' (ID = 'b7c4d0ec8d97e923ea27c8d258a6bbdba8f65f63') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --settings:test.settings", expectedString: "SomeProject.dll --settings:test.settings")' (ID = '531c47537ca565ca90ed45927835734a6d8a1b28') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--settings:test.settings SomeProject.dll", expectedString: "--settings:test.settings SomeProject.dll")' (ID = 'c8b73a5beecf8884a567b96f5e46a562b8fb513a') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --settings test.settings", expectedString: "SomeProject.exe --settings:test.settings")' (ID = 'cfab6775272de503dfd82d0d6babc7bfe7da165d') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--settings test.settings SomeProject.exe", expectedString: "--settings:test.settings SomeProject.exe")' (ID = 'f03f99b15f7cbc5dab5c5a04b743e5c3241b7738') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --settings:test.settings", expectedString: "SomeProject.exe --settings:test.settings")' (ID = 'd0e23be3ca8ac11622731b9e2e91fecbcc230d59') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--settings:test.settings SomeProject.exe", expectedString: "--settings:test.settings SomeProject.exe")' (ID = '221e7ac747ab023c961e1ace13961667b0b7e742') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll -t", expectedString: "SomeProject.dll --listtests")' (ID = '9345f37a10a43cce64883ddfb1d01be2a73aab4d') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-t SomeProject.dll", expectedString: "--listtests SomeProject.dll")' (ID = '2293d107eb9a3b9415afc2c63c668bf07b37d804') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe -t", expectedString: "SomeProject.exe --listtests")' (ID = 'cd527086e066b1774167590d10454a6428770a9a') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-t SomeProject.exe", expectedString: "--listtests SomeProject.exe")' (ID = 'ab330e8fec1bb37b81ba0e58e4c345123d06612a') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --list-tests", expectedString: "SomeProject.dll --listtests")' (ID = 'd12457f8a3a633a5632d8d0bcb1e88baffd01261') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--list-tests SomeProject.dll", expectedString: "--listtests SomeProject.dll")' (ID = '3b2fd2b9088630b72220638d8edd4c579cc57753') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --list-tests", expectedString: "SomeProject.exe --listtests")' (ID = '7466a07c6e81ed037e45eee8487f3fbcf1404a0f') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--list-tests SomeProject.exe", expectedString: "--listtests SomeProject.exe")' (ID = '88140352d1b0188ff61348128da430b930317885') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame --blame-crash-dump-type fu"···, expectedString: "SomeProject.dll --blame:CollectDump;CollectAlways="···)' (ID = 'edc4245cbece55de685d7cfcd43b4b2257b45ab6') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame --blame-crash-dump-type full --blame-crash"···, expectedString: "--blame:CollectDump;CollectAlways=true;DumpType=fu"···)' (ID = 'd1a98f0c1df18a800a06d43dc0c8728a5ed0b2c2') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame --blame-crash-dump-type fu"···, expectedString: "SomeProject.exe --blame:CollectDump;CollectAlways="···)' (ID = '3ed0178ef948a4edc34e15abf5676cd7df8a7342') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame --blame-crash-dump-type full --blame-crash"···, expectedString: "--blame:CollectDump;CollectAlways=true;DumpType=fu"···)' (ID = '199a6913c301b4e96676d4dd54db0f1d5e8e8fd6') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame-hang-dump-type full", expectedString: "SomeProject.dll --blame:CollectHangDump;DumpType=f"···)' (ID = 'ab95324c31364fa044489dba49921781522041cf') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-hang-dump-type full SomeProject.dll", expectedString: "--blame:CollectHangDump;DumpType=full SomeProject."···)' (ID = '6fa2a969508cb651c7662437e3030f9aa1fb6df0') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame-hang-dump-type full", expectedString: "SomeProject.exe --blame:CollectHangDump;DumpType=f"···)' (ID = '381839764006976ccf041d9dd48978d7e8136730') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-hang-dump-type full SomeProject.exe", expectedString: "--blame:CollectHangDump;DumpType=full SomeProject."···)' (ID = '2251462ce10ac237e8e28dce6ce86e74ccb76077') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame-hang-timeout 10min", expectedString: "SomeProject.dll --blame:CollectHangDump;TestTimeou"···)' (ID = '48dde7ced7963064a77f61f457c3f1e7ca8889bb') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-hang-timeout 10min SomeProject.dll", expectedString: "--blame:CollectHangDump;TestTimeout=10min SomeProj"···)' (ID = 'd92d22ac926753c0627d91d243a4ee310ba69496') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame-hang-timeout 10min", expectedString: "SomeProject.exe --blame:CollectHangDump;TestTimeou"···)' (ID = 'fa1e1479d99ffef288c352c6f9fc3c77cf5d7321') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame-hang-timeout 10min SomeProject.exe", expectedString: "--blame:CollectHangDump;TestTimeout=10min SomeProj"···)' (ID = 'd541cd1438683885a4dea7fde26fc45be2b797f9') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame --blame-hang-dump-type ful"···, expectedString: "SomeProject.dll --blame:CollectHangDump;DumpType=f"···)' (ID = 'a3d6f52dafe262dc4cdd85a9e18bb1ce0ca92c5f') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame --blame-hang-dump-type full --blame-hang-t"···, expectedString: "--blame:CollectHangDump;DumpType=full;TestTimeout="···)' (ID = '291ecd5d747296f6dd794a5a4926426690d9bee3') [xUnit.net 00:00:01.27] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame --blame-hang-dump-type ful"···, expectedString: "SomeProject.exe --blame:CollectHangDump;DumpType=f"···)' (ID = '94fdb3adf4372436dd319af9ded8d641d7c4e627') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame --blame-hang-dump-type full --blame-hang-t"···, expectedString: "--blame:CollectHangDump;DumpType=full;TestTimeout="···)' (ID = 'c201680bb7a1d0a3d5d6a72839649980d2d9da88') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame --blame-hang-dump-type ful"···, expectedString: "SomeProject.dll --blame:CollectDump;CollectAlways="···)' (ID = 'bce8e25ebfdcee360a69aa3480dfc06701590e41') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame --blame-hang-dump-type full --blame-hang-t"···, expectedString: "--blame:CollectDump;CollectAlways=true;DumpType=mi"···)' (ID = 'acdc413abc903010c648e6cd851288fc8ba49464') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame --blame-hang-dump-type ful"···, expectedString: "SomeProject.exe --blame:CollectDump;CollectAlways="···)' (ID = 'a26dc730cf10605c8895b7f6f9ee3b90a6213d90') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame --blame-hang-dump-type full --blame-hang-t"···, expectedString: "--blame:CollectDump;CollectAlways=true;DumpType=mi"···)' (ID = 'cb68808fb7c3404fb8feaf7392443484f579a7b2') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame CollectDump;DumpType=full", expectedString: "SomeProject.dll --blame:CollectDump;DumpType=full")' (ID = 'e13c964d77f5f8551572f41ec8d9cb014cdb852b') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame CollectDump;DumpType=full SomeProject.dll", expectedString: "--blame:CollectDump;DumpType=full SomeProject.dll")' (ID = 'bbdf697d347a9da8987589861d18f769ac819263') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame CollectDump;DumpType=full", expectedString: "SomeProject.exe --blame:CollectDump;DumpType=full")' (ID = '7a4b43332d07a1e000a57266bb7f26de2bc7c722') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame CollectDump;DumpType=full SomeProject.exe", expectedString: "--blame:CollectDump;DumpType=full SomeProject.exe")' (ID = '307d50555f14791c5ea53a5d5c54dab6ba6e33b0') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame:CollectDump;DumpType=full", expectedString: "SomeProject.dll --blame:CollectDump;DumpType=full")' (ID = '01090fb3972ab3828b0ceae5f544906391f66ea6') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame:CollectDump;DumpType=full SomeProject.dll", expectedString: "--blame:CollectDump;DumpType=full SomeProject.dll")' (ID = '6fd450ad6c5333a36a949b728dce7c306b79255f') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame:CollectDump;DumpType=full", expectedString: "SomeProject.exe --blame:CollectDump;DumpType=full")' (ID = '175c025820e6bbf23255f56efad87038bcd8670b') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--blame:CollectDump;DumpType=full SomeProject.exe", expectedString: "--blame:CollectDump;DumpType=full SomeProject.exe")' (ID = '8f9be91dd2ba705f18409e31e9316785cb0a1214') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll -s testsettings -t -f net451 -d lo"···, expectedString: "SomeProject.dll --settings:testsettings --listtest"···)' (ID = '1137238cdce7370c85359813f3864ea8feb66877') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-s testsettings -t -f net451 -d log.txt --results-"···, expectedString: "--settings:testsettings --listtests --framework:ne"···)' (ID = 'a7ef3882157e25be4bdb4af091a892ab1b0ea445') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe -s testsettings -t -f net451 -d lo"···, expectedString: "SomeProject.exe --settings:testsettings --listtest"···)' (ID = '05cecf4e8d73d7aba4445a1e715cc60dc89381a9') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-s testsettings -t -f net451 -d log.txt --results-"···, expectedString: "--settings:testsettings --listtests --framework:ne"···)' (ID = 'abe4d7ee4d2ac9679f887ea1bbafe51ad71d42de') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll -s:testsettings -t -f:net451 -d:lo"···, expectedString: "SomeProject.dll --settings:testsettings --listtest"···)' (ID = '87a6dad15022eb8a1a90d05cc826623130666e18') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-s:testsettings -t -f:net451 -d:log.txt --results-"···, expectedString: "--settings:testsettings --listtests --framework:ne"···)' (ID = 'fd047ca0129769f19b032fea94a3a73484ab6d64') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe -s:testsettings -t -f:net451 -d:lo"···, expectedString: "SomeProject.exe --settings:testsettings --listtest"···)' (ID = 'a5fc0407ab3c9de590783d9f35af0424d69e1941') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "-s:testsettings -t -f:net451 -d:log.txt --results-"···, expectedString: "--settings:testsettings --listtests --framework:ne"···)' (ID = '82e76ab49d9cdcdbf8e722dbb27bc635ac4131cc') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.dll --settings testsettings -t --test-"···, expectedString: "SomeProject.dll --settings:testsettings --listtest"···)' (ID = '0d9b7305ea1e2be55098e57b936889f0575df4b1') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--settings testsettings -t --test-adapter-path c:\"···, expectedString: "--settings:testsettings --listtests --testadapterp"···)' (ID = '995bb8e4f252d305b98a98e7f99f3596e817ffb7') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "SomeProject.exe --settings testsettings -t --test-"···, expectedString: "SomeProject.exe --settings:testsettings --listtest"···)' (ID = 'e8af4f62df002d8d3df69c746e2f2797336df161') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldConvertValidArgsIntoVSTestParsableArgs(input: "--settings testsettings -t --test-adapter-path c:\"···, expectedString: "--settings:testsettings --listtests --testadapterp"···)' (ID = 'cb5e73846963a5c7abd4667f52ffa1cc00bc3f23') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v diag", expectedString: "SomeProject.dll --logger:console;verbosity=diagnos"···)' (ID = 'bac748242b202694cc0a56e3ce8c8341b5771d88') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v diagnostic", expectedString: "SomeProject.dll --logger:console;verbosity=diagnos"···)' (ID = 'd38f96c4536a8d340e0aa8068430991cc9bc4394') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v diag SomeProject.dll", expectedString: "--logger:console;verbosity=diagnostic SomeProject."···)' (ID = 'ed27aaa2905a6dd8e33cfaced29adfcc6b8b1921') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v diagnostic SomeProject.dll", expectedString: "--logger:console;verbosity=diagnostic SomeProject."···)' (ID = '93ae4c8c06fd5f555fb79088dd8413ff786a120f') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v:diag", expectedString: "SomeProject.dll --logger:console;verbosity=diagnos"···)' (ID = '28eafc8f20a9156fbda5e5f35fe044711ad91a80') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v:diagnostic", expectedString: "SomeProject.dll --logger:console;verbosity=diagnos"···)' (ID = 'a6acf28a72115d5fa9eca4bfe559330366065b88') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:diag SomeProject.dll", expectedString: "--logger:console;verbosity=diagnostic SomeProject."···)' (ID = '39c6a3ab75a13e6c04827863b9311203690a5da4') [xUnit.net 00:00:01.28] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:diagnostic SomeProject.dll", expectedString: "--logger:console;verbosity=diagnostic SomeProject."···)' (ID = '3285c46b3dcdc4c0807053dd69e78a79ac730705') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity diag", expectedString: "SomeProject.dll --logger:console;verbosity=diagnos"···)' (ID = 'ad6fa0854b296e7b5907f27f984633bf4007590b') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity diagnostic", expectedString: "SomeProject.dll --logger:console;verbosity=diagnos"···)' (ID = 'cdfa8e77db90f433fcae0790da49bc83fa8deb0a') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity diag SomeProject.dll", expectedString: "--logger:console;verbosity=diagnostic SomeProject."···)' (ID = '700e1b04069ae4bb9969f97482e963572a2ec55f') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity diagnostic SomeProject.dll", expectedString: "--logger:console;verbosity=diagnostic SomeProject."···)' (ID = '21320a80aca0b216ea6f155dcc6b1218dea3e7b9') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity:diag", expectedString: "SomeProject.dll --logger:console;verbosity=diagnos"···)' (ID = '02404725b1eb574963027c737411bc895b816e64') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity:diagnostic", expectedString: "SomeProject.dll --logger:console;verbosity=diagnos"···)' (ID = '54e5f21736895297f774827932789a7837eef0f8') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:diag SomeProject.dll", expectedString: "--logger:console;verbosity=diagnostic SomeProject."···)' (ID = 'a58829d0ef246a5bbea8eb9f14fa4234f3e18d37') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:diagnostic SomeProject.dll", expectedString: "--logger:console;verbosity=diagnostic SomeProject."···)' (ID = '415515da33abb2e08030acc512294b9a65369dea') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v diag", expectedString: "SomeProject.exe --logger:console;verbosity=diagnos"···)' (ID = 'd8508e773c4ff6e20ba5135a803e9c6286da4c2a') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v diagnostic", expectedString: "SomeProject.exe --logger:console;verbosity=diagnos"···)' (ID = 'ae5ae78dc52eef5c6070fed68afd7e018b5c5c1b') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v diag SomeProject.exe", expectedString: "--logger:console;verbosity=diagnostic SomeProject."···)' (ID = 'd13789adbd478bddfdfede13194a8feb219335cc') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v diagnostic SomeProject.exe", expectedString: "--logger:console;verbosity=diagnostic SomeProject."···)' (ID = 'c2452abd35fabf303b427922c1d27876c615e75a') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v:diag", expectedString: "SomeProject.exe --logger:console;verbosity=diagnos"···)' (ID = 'a0e79b11e8a0e4b9f9bd63cd44c84d36424d5bc0') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v:diagnostic", expectedString: "SomeProject.exe --logger:console;verbosity=diagnos"···)' (ID = '497c7cd1b39d77348b98f3252292b322f4de2e5c') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:diag SomeProject.exe", expectedString: "--logger:console;verbosity=diagnostic SomeProject."···)' (ID = 'ec96b1f0ddcf0b3193e3c5a442a057f93db2439d') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:diagnostic SomeProject.exe", expectedString: "--logger:console;verbosity=diagnostic SomeProject."···)' (ID = 'e11506d03f1ce1d4c28c0d579cfa89e6c3af8d64') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity diag", expectedString: "SomeProject.exe --logger:console;verbosity=diagnos"···)' (ID = '53552c8c06e8d7c3cff5709e4f62d3efab2ba8b4') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity diagnostic", expectedString: "SomeProject.exe --logger:console;verbosity=diagnos"···)' (ID = '7e2c724045f133742980366b80fa3ffda6c954cd') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity diag SomeProject.exe", expectedString: "--logger:console;verbosity=diagnostic SomeProject."···)' (ID = '4248014e19058cb37ef2599c502ea64457adf0d9') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity diagnostic SomeProject.exe", expectedString: "--logger:console;verbosity=diagnostic SomeProject."···)' (ID = 'b75fb3f86c3d78649672132274c00e0cf336f719') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity:diag", expectedString: "SomeProject.exe --logger:console;verbosity=diagnos"···)' (ID = 'afbd0d4c57f76106f17cfb986aeaa62ba7b4f00f') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity:diagnostic", expectedString: "SomeProject.exe --logger:console;verbosity=diagnos"···)' (ID = '2039bb529f17ff9aa629cd6322f44ad728c73179') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:diag SomeProject.exe", expectedString: "--logger:console;verbosity=diagnostic SomeProject."···)' (ID = '73f656d16cbe55a150afd257aa64c7de05b138ab') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:diagnostic SomeProject.exe", expectedString: "--logger:console;verbosity=diagnostic SomeProject."···)' (ID = '70d6a3b8ddf476014c7e353b113e6114c375f931') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v m", expectedString: "SomeProject.dll --logger:console;verbosity=minimal")' (ID = '53842ac205954cca15ffcbe24f567a2ee4abe178') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v minimal", expectedString: "SomeProject.dll --logger:console;verbosity=minimal")' (ID = '59cd8bd7f8a95f6b1085db0533ca8c4a0c79c9b4') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v m SomeProject.dll", expectedString: "--logger:console;verbosity=minimal SomeProject.dll")' (ID = 'd1c4e29f59d0436a27cce67c5857be6bd210bcbf') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v minimal SomeProject.dll", expectedString: "--logger:console;verbosity=minimal SomeProject.dll")' (ID = '5ce67a76695971eb6ebf7878c15d07c837d6366e') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v:m", expectedString: "SomeProject.dll --logger:console;verbosity=minimal")' (ID = '9ec78af10a85008afc4a1ac8088b9d9be7a77d1c') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v:minimal", expectedString: "SomeProject.dll --logger:console;verbosity=minimal")' (ID = 'c1c4fa4b92a9047c345405cbbcf76f9cf2f22131') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:m SomeProject.dll", expectedString: "--logger:console;verbosity=minimal SomeProject.dll")' (ID = '1c1236a12e2dbf51210557ac5d693f59b9df023e') [xUnit.net 00:00:01.29] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:minimal SomeProject.dll", expectedString: "--logger:console;verbosity=minimal SomeProject.dll")' (ID = 'e43c4cbc949dfc833214009ba36e9e3d4fa06a7d') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity m", expectedString: "SomeProject.dll --logger:console;verbosity=minimal")' (ID = 'b7987bea09bb5a52a295f5ff92ac4af70fb826c9') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity minimal", expectedString: "SomeProject.dll --logger:console;verbosity=minimal")' (ID = 'f9666621b1a98bb69fbe3c3e1de30a54aa1ce1cf') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity m SomeProject.dll", expectedString: "--logger:console;verbosity=minimal SomeProject.dll")' (ID = 'd4f721cdf46102827228bbf450745c9be7238020') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity minimal SomeProject.dll", expectedString: "--logger:console;verbosity=minimal SomeProject.dll")' (ID = '818bef437d236283a6d83003c5e338ecce9b17fc') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity:m", expectedString: "SomeProject.dll --logger:console;verbosity=minimal")' (ID = '6407ea8ed3fd0479cfc6dcbf2ba538738be903da') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity:minimal", expectedString: "SomeProject.dll --logger:console;verbosity=minimal")' (ID = '3ae06a19e27a8339ca4e894b3ccacf66e1435a97') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:m SomeProject.dll", expectedString: "--logger:console;verbosity=minimal SomeProject.dll")' (ID = 'd6c8f98c960440968af3c394c178da0ef872ce55') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:minimal SomeProject.dll", expectedString: "--logger:console;verbosity=minimal SomeProject.dll")' (ID = '2435d009d9f813bb3ba63ece36a0dedc1665be00') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v m", expectedString: "SomeProject.exe --logger:console;verbosity=minimal")' (ID = 'a5511aff3e1f7834a7e62a3e99c4b1f2cc5d0603') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v minimal", expectedString: "SomeProject.exe --logger:console;verbosity=minimal")' (ID = '7b305408066f6aa94c7c0f8939b98b1dc8d9a70f') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v m SomeProject.exe", expectedString: "--logger:console;verbosity=minimal SomeProject.exe")' (ID = '31f28eed9e0111bcf386c5bf401eb0e278e8ba4f') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v minimal SomeProject.exe", expectedString: "--logger:console;verbosity=minimal SomeProject.exe")' (ID = '209ff1d3845de291c28860b5cd22a63ba7d1dbf5') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v:m", expectedString: "SomeProject.exe --logger:console;verbosity=minimal")' (ID = 'fa187185e93c49213af65e8f6d26526a40a571b4') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v:minimal", expectedString: "SomeProject.exe --logger:console;verbosity=minimal")' (ID = '658e36854b4201138bd1e1f6e43387384d7c5289') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:m SomeProject.exe", expectedString: "--logger:console;verbosity=minimal SomeProject.exe")' (ID = '251ce98e564fd66f430f0a9024cabdb7bd1127de') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:minimal SomeProject.exe", expectedString: "--logger:console;verbosity=minimal SomeProject.exe")' (ID = '57ccc1d17c9568b5964f9165728d5151e408f03c') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity m", expectedString: "SomeProject.exe --logger:console;verbosity=minimal")' (ID = 'fa473713b89010958de7ac6fa60d83579bd6b9b3') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity minimal", expectedString: "SomeProject.exe --logger:console;verbosity=minimal")' (ID = '8c1ca536aec3649977ffc35dc44f852f5f0e96c4') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity m SomeProject.exe", expectedString: "--logger:console;verbosity=minimal SomeProject.exe")' (ID = '86758c4f5338ce20d362dd5a54b19353a892116a') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity minimal SomeProject.exe", expectedString: "--logger:console;verbosity=minimal SomeProject.exe")' (ID = '104f7ab47048c5b324be9a2e723bbd1041413fc0') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity:m", expectedString: "SomeProject.exe --logger:console;verbosity=minimal")' (ID = '93316befd2b3ccbdc7b95abf0ccea30cf992c1c0') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity:minimal", expectedString: "SomeProject.exe --logger:console;verbosity=minimal")' (ID = 'f805afddcb3187e6489f229431cd25f777a4fb59') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:m SomeProject.exe", expectedString: "--logger:console;verbosity=minimal SomeProject.exe")' (ID = 'ebcbd98710626a1a9aaccf907e4739c09153d254') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:minimal SomeProject.exe", expectedString: "--logger:console;verbosity=minimal SomeProject.exe")' (ID = 'a38bff4239cbab4a8b68f70ab9f3755307f46682') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v q", expectedString: "SomeProject.dll --logger:console;verbosity=quiet")' (ID = 'f91803e5262ed8e8ba136fe2bc78e1307ba94744') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v quiet", expectedString: "SomeProject.dll --logger:console;verbosity=quiet")' (ID = 'f7fae2bd4ea18dc53ba5f17062112fb77ecb97a6') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v q SomeProject.dll", expectedString: "--logger:console;verbosity=quiet SomeProject.dll")' (ID = '5aaaa379c69974eb648b5f21e6615a54611f4042') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v quiet SomeProject.dll", expectedString: "--logger:console;verbosity=quiet SomeProject.dll")' (ID = '85e9f27ebe2fd9ab2dba325e050ec31f911860b5') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v:q", expectedString: "SomeProject.dll --logger:console;verbosity=quiet")' (ID = 'ba9122b2909f3acb60e4ffea8a2f65abd2310c74') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v:quiet", expectedString: "SomeProject.dll --logger:console;verbosity=quiet")' (ID = 'b10b13b0e05bb960f1008441bb6dec8cfd791161') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:q SomeProject.dll", expectedString: "--logger:console;verbosity=quiet SomeProject.dll")' (ID = 'd9ca3f455621bcd2ef565df9bed3385e5e06bf6c') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:quiet SomeProject.dll", expectedString: "--logger:console;verbosity=quiet SomeProject.dll")' (ID = '2002002dbc22c874786bfb6abb00bd599a65fca5') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity q", expectedString: "SomeProject.dll --logger:console;verbosity=quiet")' (ID = '9a5341a4da866d871e0d8c475c05894bf3ede885') [xUnit.net 00:00:01.30] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity quiet", expectedString: "SomeProject.dll --logger:console;verbosity=quiet")' (ID = '788e90954e0cb9ba5386eca2b9a83c07b95b75e9') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity q SomeProject.dll", expectedString: "--logger:console;verbosity=quiet SomeProject.dll")' (ID = 'c54c167508b1ddda55eceb806b37f5d036b97afb') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity quiet SomeProject.dll", expectedString: "--logger:console;verbosity=quiet SomeProject.dll")' (ID = '6c9a16da441626d2850233bb286b2dbc2b5fa8e4') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity:q", expectedString: "SomeProject.dll --logger:console;verbosity=quiet")' (ID = '20f6c32f3f8878efd30c3d8e15409df6a6b6dadf') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity:quiet", expectedString: "SomeProject.dll --logger:console;verbosity=quiet")' (ID = '04a4f0ccc4af7f022912b3c49a231b18ec0b51a6') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:q SomeProject.dll", expectedString: "--logger:console;verbosity=quiet SomeProject.dll")' (ID = '74d5f26e3a982c43af970cf3249e7a126dfe2a37') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:quiet SomeProject.dll", expectedString: "--logger:console;verbosity=quiet SomeProject.dll")' (ID = '3040cc0eeed7e33a19085dfbd7863f631f8ec3aa') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v q", expectedString: "SomeProject.exe --logger:console;verbosity=quiet")' (ID = 'cdd77d9998bb751a017dee94b33d61f9849354c1') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v quiet", expectedString: "SomeProject.exe --logger:console;verbosity=quiet")' (ID = '1ecb7b78f2283c847831ab903cb04f414259d6fc') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v q SomeProject.exe", expectedString: "--logger:console;verbosity=quiet SomeProject.exe")' (ID = '79c524ed223a296b5a75f1560071f59aadd61cc2') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v quiet SomeProject.exe", expectedString: "--logger:console;verbosity=quiet SomeProject.exe")' (ID = 'aa38c17398c0d0dd3b5ec5d39a0d30983b9ba9cd') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v:q", expectedString: "SomeProject.exe --logger:console;verbosity=quiet")' (ID = 'aa0a0d9b0179258248b177743e83b43b07fadf79') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v:quiet", expectedString: "SomeProject.exe --logger:console;verbosity=quiet")' (ID = 'a5219a1b6d1f1834d915797e8b2a5c48717d85a7') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:q SomeProject.exe", expectedString: "--logger:console;verbosity=quiet SomeProject.exe")' (ID = '023f8c25d1cac5634e0b686c858083d2658a207e') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:quiet SomeProject.exe", expectedString: "--logger:console;verbosity=quiet SomeProject.exe")' (ID = '134df9ddd3203361dda9e5f3b640bb00d4472936') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity q", expectedString: "SomeProject.exe --logger:console;verbosity=quiet")' (ID = 'd83d9ce85122b7e0195a4340c577742c7a307859') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity quiet", expectedString: "SomeProject.exe --logger:console;verbosity=quiet")' (ID = 'c7fa9e344f645bfc89c5cedc332e13ec6b76e9b5') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity q SomeProject.exe", expectedString: "--logger:console;verbosity=quiet SomeProject.exe")' (ID = '892c8b5a3c9ee5e17878cd24c186c41c6d006a25') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity quiet SomeProject.exe", expectedString: "--logger:console;verbosity=quiet SomeProject.exe")' (ID = 'c5218c32eb757fc7dc798785a2295d6e85e4a532') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity:q", expectedString: "SomeProject.exe --logger:console;verbosity=quiet")' (ID = '67b1e4710e801c766d6708b330c0a21050790612') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity:quiet", expectedString: "SomeProject.exe --logger:console;verbosity=quiet")' (ID = '630fa5f2d1b8fdb46d6c71c4d7889c377e4e01b8') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:q SomeProject.exe", expectedString: "--logger:console;verbosity=quiet SomeProject.exe")' (ID = '0ab60f3314adbc57a86132a382cb698d3c66f978') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:quiet SomeProject.exe", expectedString: "--logger:console;verbosity=quiet SomeProject.exe")' (ID = 'ce114823a2caa3ec9eb851a4a671c1894cf9fc7f') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v n", expectedString: "SomeProject.dll --logger:console;verbosity=normal")' (ID = '1c07b8c1f99edbed078ce22338dcd7fcd5331cc4') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v normal", expectedString: "SomeProject.dll --logger:console;verbosity=normal")' (ID = 'a010a96e62ad65d31111d13220a6d4344771fd06') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v n SomeProject.dll", expectedString: "--logger:console;verbosity=normal SomeProject.dll")' (ID = '2bcfd47c80ad96c5b8a2ef7cce10aa61950f0951') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v normal SomeProject.dll", expectedString: "--logger:console;verbosity=normal SomeProject.dll")' (ID = 'd2c35e85e5422e8a049b4f2698fb3af374aba582') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v:n", expectedString: "SomeProject.dll --logger:console;verbosity=normal")' (ID = '461af24bb312453339bbbd90b8fce59580812c06') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v:normal", expectedString: "SomeProject.dll --logger:console;verbosity=normal")' (ID = '26ba33d5597adcf5651325d7b39a76396736a59a') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:n SomeProject.dll", expectedString: "--logger:console;verbosity=normal SomeProject.dll")' (ID = '7f625b9c29c7786fee002f9e30545eda84de20d3') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:normal SomeProject.dll", expectedString: "--logger:console;verbosity=normal SomeProject.dll")' (ID = '3b06a11dedac49f1ebb78490b5c73e3beccaa0cd') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity n", expectedString: "SomeProject.dll --logger:console;verbosity=normal")' (ID = '9f71b32be4c9005617c837e5989518b056617cd4') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity normal", expectedString: "SomeProject.dll --logger:console;verbosity=normal")' (ID = 'eafbe5eab501798d91c91eafc685093741c47458') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity n SomeProject.dll", expectedString: "--logger:console;verbosity=normal SomeProject.dll")' (ID = '5d0408e03ea4e23b5c41cf8411c315e0e09ba7ad') [xUnit.net 00:00:01.31] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity normal SomeProject.dll", expectedString: "--logger:console;verbosity=normal SomeProject.dll")' (ID = 'bb064cb17e0eb2ba614dc7339b54db3340ddc134') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity:n", expectedString: "SomeProject.dll --logger:console;verbosity=normal")' (ID = '0ac7f5db550fa951df2676ec428573f3accf95fc') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity:normal", expectedString: "SomeProject.dll --logger:console;verbosity=normal")' (ID = 'ccdbfe99cefa6d6f4debd171290b98ade0c65837') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:n SomeProject.dll", expectedString: "--logger:console;verbosity=normal SomeProject.dll")' (ID = '625593368ac41daa2d377dcb2050dbc8ef481c7a') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:normal SomeProject.dll", expectedString: "--logger:console;verbosity=normal SomeProject.dll")' (ID = '12b591d791a4e2426c889af84841cd2ee367ae7d') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v n", expectedString: "SomeProject.exe --logger:console;verbosity=normal")' (ID = 'dbb7cc7e1752e888c2b8dfe038def1267a6a6a99') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v normal", expectedString: "SomeProject.exe --logger:console;verbosity=normal")' (ID = 'd7a701efad2dfa6b502b0651e403828238bcecf4') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v n SomeProject.exe", expectedString: "--logger:console;verbosity=normal SomeProject.exe")' (ID = '4f7756f9ba24a72c86df1ab1d0dc56eaf6be5d6e') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v normal SomeProject.exe", expectedString: "--logger:console;verbosity=normal SomeProject.exe")' (ID = 'ad538fde71b370edce90abd471fa1081c1413382') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v:n", expectedString: "SomeProject.exe --logger:console;verbosity=normal")' (ID = '1a1f20a5e9e75f9f77056acb4f21e77073740c46') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v:normal", expectedString: "SomeProject.exe --logger:console;verbosity=normal")' (ID = 'df3759b2ea6ca3d24e0b5f1105daf4f74a6616c9') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:n SomeProject.exe", expectedString: "--logger:console;verbosity=normal SomeProject.exe")' (ID = '1e7b6082b3d1ed1d27b0c4c2314178a30fc61fa5') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:normal SomeProject.exe", expectedString: "--logger:console;verbosity=normal SomeProject.exe")' (ID = '5e522d26551c740143440097c5ee7289d3e40423') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity n", expectedString: "SomeProject.exe --logger:console;verbosity=normal")' (ID = '5edf31b26879dcd39a91be61eb7f2f84887d0a9b') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity normal", expectedString: "SomeProject.exe --logger:console;verbosity=normal")' (ID = '9b571dc5350941c9075691f30a0b2071c2243301') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity n SomeProject.exe", expectedString: "--logger:console;verbosity=normal SomeProject.exe")' (ID = 'fd20294ffd547e7190f9a305311a93c98bac7e89') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity normal SomeProject.exe", expectedString: "--logger:console;verbosity=normal SomeProject.exe")' (ID = '9e6fe3084403e4712c19f04bee50d70cb939b306') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity:n", expectedString: "SomeProject.exe --logger:console;verbosity=normal")' (ID = '7649e20c40b4e9073225097b31bb7b2788ca3b19') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity:normal", expectedString: "SomeProject.exe --logger:console;verbosity=normal")' (ID = '3e3c7fcce38dc9f518ba2f64c1d3f7645e0c4d59') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:n SomeProject.exe", expectedString: "--logger:console;verbosity=normal SomeProject.exe")' (ID = '6bde94698cc567959a8f3337e2ed15ccfa4e0347') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:normal SomeProject.exe", expectedString: "--logger:console;verbosity=normal SomeProject.exe")' (ID = '78d52c87642283712bd6d0d96a7574eb3c733dd0') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v d", expectedString: "SomeProject.dll --logger:console;verbosity=detaile"···)' (ID = '9c502fced9d55a2741106ffa4bd5eebb0def8ecb') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v detailed", expectedString: "SomeProject.dll --logger:console;verbosity=detaile"···)' (ID = 'd5d317881b83ffd61d938d5f46a6918689460296') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v d SomeProject.dll", expectedString: "--logger:console;verbosity=detailed SomeProject.dl"···)' (ID = 'c69561ab0a66319bdde2a22a5178136e11ac08f2') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v detailed SomeProject.dll", expectedString: "--logger:console;verbosity=detailed SomeProject.dl"···)' (ID = '4a248574c552d4938bb466b9c25ac3077c79dd86') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v:d", expectedString: "SomeProject.dll --logger:console;verbosity=detaile"···)' (ID = '3b17532542f07938d06b8a1525f4bf47956edd22') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll -v:detailed", expectedString: "SomeProject.dll --logger:console;verbosity=detaile"···)' (ID = 'b8c4228b99fc3c7a1fc0bee5991450fb708079d0') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:d SomeProject.dll", expectedString: "--logger:console;verbosity=detailed SomeProject.dl"···)' (ID = '4f00d9abc458d0cce056c9673fdafcf3a34f397c') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:detailed SomeProject.dll", expectedString: "--logger:console;verbosity=detailed SomeProject.dl"···)' (ID = '3afdcd3268eda559aab8cb8a96e03116a2f70e27') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity d", expectedString: "SomeProject.dll --logger:console;verbosity=detaile"···)' (ID = '243c14a28d8bd4661944934bc81e71aa362a71a3') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity detailed", expectedString: "SomeProject.dll --logger:console;verbosity=detaile"···)' (ID = 'e497de9fa096bf075bb49917e445e645d4664609') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity d SomeProject.dll", expectedString: "--logger:console;verbosity=detailed SomeProject.dl"···)' (ID = '6e06b7104be8b1438cf2932a7574e40e861de917') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity detailed SomeProject.dll", expectedString: "--logger:console;verbosity=detailed SomeProject.dl"···)' (ID = '2c953314e773f0a715fc5b87f6e01561014c8d9c') [xUnit.net 00:00:01.32] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity:d", expectedString: "SomeProject.dll --logger:console;verbosity=detaile"···)' (ID = 'c79597bc5e6e5a67471a3635edf7ef80f528844e') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.dll --verbosity:detailed", expectedString: "SomeProject.dll --logger:console;verbosity=detaile"···)' (ID = '1f9c175ebbcdd03f75fa186cf9becf19422ebbf9') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:d SomeProject.dll", expectedString: "--logger:console;verbosity=detailed SomeProject.dl"···)' (ID = '5f7a4b8c24e5679a7757deb20dfd8651ca2e8a44') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:detailed SomeProject.dll", expectedString: "--logger:console;verbosity=detailed SomeProject.dl"···)' (ID = 'c0ed25579da13caeda8c17cf53ebb495d916bc38') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v d", expectedString: "SomeProject.exe --logger:console;verbosity=detaile"···)' (ID = 'f0e940946cde1dc666252b7795f942ac81eeb4e6') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v detailed", expectedString: "SomeProject.exe --logger:console;verbosity=detaile"···)' (ID = '8af1dee0cdce4ca73e0da63d61fb502d16a6fe0c') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v d SomeProject.exe", expectedString: "--logger:console;verbosity=detailed SomeProject.ex"···)' (ID = 'eebfb44080585eab8128bf8821fa63b19bb98f3d') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v detailed SomeProject.exe", expectedString: "--logger:console;verbosity=detailed SomeProject.ex"···)' (ID = '9dcf8a5342e12ebb7be1f782f1964990a488f5f5') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v:d", expectedString: "SomeProject.exe --logger:console;verbosity=detaile"···)' (ID = 'acb17b2f767fb69254a71a5b0bb7bd31136e8de8') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe -v:detailed", expectedString: "SomeProject.exe --logger:console;verbosity=detaile"···)' (ID = '288f79147a4263ad84449b9ba0b44b203f23496a') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:d SomeProject.exe", expectedString: "--logger:console;verbosity=detailed SomeProject.ex"···)' (ID = 'b070cfefa8c2d180d377d85c0b1af278084af49d') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "-v:detailed SomeProject.exe", expectedString: "--logger:console;verbosity=detailed SomeProject.ex"···)' (ID = '6d0c8fd76b9372db9f536d36124d407a54ad86b1') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity d", expectedString: "SomeProject.exe --logger:console;verbosity=detaile"···)' (ID = '1045433d1bdbf9f050582e5aa5897de5d21e228a') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity detailed", expectedString: "SomeProject.exe --logger:console;verbosity=detaile"···)' (ID = 'adae685a7b6db53c53003c3def1a2e42120e2189') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity d SomeProject.exe", expectedString: "--logger:console;verbosity=detailed SomeProject.ex"···)' (ID = '2ab7d905f7c8538369e4a0745a08a79bd4cdab8e') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity detailed SomeProject.exe", expectedString: "--logger:console;verbosity=detailed SomeProject.ex"···)' (ID = 'c73e40d0c601f420ef1b46ab587ce3e577da7d37') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity:d", expectedString: "SomeProject.exe --logger:console;verbosity=detaile"···)' (ID = '85df576f26fbdbd30cf32f16ec8fb7dfc17c431c') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "SomeProject.exe --verbosity:detailed", expectedString: "SomeProject.exe --logger:console;verbosity=detaile"···)' (ID = 'ac93f52e7896a781714c687b02cc01fe4c934e5d') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:d SomeProject.exe", expectedString: "--logger:console;verbosity=detailed SomeProject.ex"···)' (ID = '34a162e9f96f5535ccc7bc8f45cf2275a02738b6') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgshouldConvertsVerbosityArgsIntoVSTestParsableArgs(input: "--verbosity:detailed SomeProject.exe", expectedString: "--logger:console;verbosity=detailed SomeProject.ex"···)' (ID = 'c057fb796303ad57dcb60a19c79adb47236884ba') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -c Debug", expectedArgString: "SomeProject.dll", expIgnoredArgString: "-c Debug")' (ID = '2737110ea699f3510a78f46455929aa0c0b8caf8') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "-c Debug")' (ID = 'cec8ad8dea448309ae39614156a4ae80164b0091') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -c:Debug", expectedArgString: "SomeProject.dll", expIgnoredArgString: "-c:Debug")' (ID = 'aa3bca4124fcbe6f93cb6503a0d4d3747e5e252e') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c:Debug SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "-c:Debug")' (ID = 'c24f898bfb7e406e3dc7c7881926714b9a845f15') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -c Debug", expectedArgString: "SomeProject.exe", expIgnoredArgString: "-c Debug")' (ID = 'a898e569ca0da660602eb838c4d6fafbabe4edb2') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "-c Debug")' (ID = '3c348dcc6f21cf9a99db06ae740284232984c8cc') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -c:Debug", expectedArgString: "SomeProject.exe", expIgnoredArgString: "-c:Debug")' (ID = 'e95e311fed898130ae84fa30e90799d7d0593107') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c:Debug SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "-c:Debug")' (ID = '12e63ab59367c9777b05187da431f7d8c613cd24') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --configuration Debug", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--configuration Debug")' (ID = '33da411c076abcd639a4378925214ffc3b9a681e') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--configuration Debug SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--configuration Debug")' (ID = '4a321de25a713283f4d9411277f499799a4c922e') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --configuration:Debug", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--configuration:Debug")' (ID = 'ac334a266b64a8986f92b6fe95789ee7b978d2b1') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--configuration:Debug SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--configuration:Debug")' (ID = '106958f2a448a9f7378f7190e82a1c465214fc3b') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --configuration Debug", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--configuration Debug")' (ID = 'b505f055bce02f4f5ed670d85d2180a07c2c69c7') [xUnit.net 00:00:01.33] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--configuration Debug SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--configuration Debug")' (ID = '3aef3b35c8a919861ab4d0b46be2ee6f61773d4d') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --configuration:Debug", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--configuration:Debug")' (ID = '2ae6f89eafd96180a11cc22dae8cc32226d06a8d') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--configuration:Debug SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--configuration:Debug")' (ID = '6093acdc6fa194843e08ec4c75c4409c89f64bd1') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -r win-x64", expectedArgString: "SomeProject.dll", expIgnoredArgString: "-r win-x64")' (ID = '38f0ea684bae01def5fa806e44d445f572d7f68c') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-r win-x64 SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "-r win-x64")' (ID = '5d72a66c93a22c03d91d37e9d7677ba3f4bd45f0') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -r:win-x64", expectedArgString: "SomeProject.dll", expIgnoredArgString: "-r:win-x64")' (ID = '87a3b28f2bb6e1f5618e27026887e410ca6bdee8') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-r:win-x64 SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "-r:win-x64")' (ID = 'f11b3bed8b0d7e71188dd24da4f54606b183f22b') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -r win-x64", expectedArgString: "SomeProject.exe", expIgnoredArgString: "-r win-x64")' (ID = 'd2a321f2e85d6350a306a61758100dc2e43b5fea') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-r win-x64 SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "-r win-x64")' (ID = 'f116d50f26f6b70126333615d723da76903914c4') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -r:win-x64", expectedArgString: "SomeProject.exe", expIgnoredArgString: "-r:win-x64")' (ID = '81385742db7e97de7e922a4c519d8f3090cf16d6') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-r:win-x64 SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "-r:win-x64")' (ID = '1ff665fe4a945d8b0680591b324a6be863a37139') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --runtime win-x64", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--runtime win-x64")' (ID = '69c914f618b86afe648a14cb0de4a51bd76974ba') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--runtime win-x64 SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--runtime win-x64")' (ID = 'a6c6281d391f8a0f75be97d12831f9cf9dfe30b7') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --runtime:win-x64", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--runtime:win-x64")' (ID = '097e7f043d9e1681f4b1857c3afd9b0ad9de3871') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--runtime:win-x64 SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--runtime:win-x64")' (ID = '08ba26eec96c9cf941c4cceedda09e489ee13075') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --runtime win-x64", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--runtime win-x64")' (ID = 'c15f6b77b1b1806b864a10e8062d6c8f2e8ffb24') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--runtime win-x64 SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--runtime win-x64")' (ID = '056a1436c87ce6ff0710ec268d64b05f987cb890') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --runtime:win-x64", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--runtime:win-x64")' (ID = 'b2695b9f5bc6b94c8a5630cd386194a7b1ff8056') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--runtime:win-x64 SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--runtime:win-x64")' (ID = '21283900d3e31d23a9a055657cacae7780c81aed') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -o c:\\temp2", expectedArgString: "SomeProject.dll", expIgnoredArgString: "-o c:\\temp2")' (ID = 'ce78e3a9b4a0a0262d79825ef3d78d25acc43988') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-o c:\\temp2 SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "-o c:\\temp2")' (ID = '38dabe1c4c244407dea48b9f29b19c81e9938dad') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -o:c:\\temp2", expectedArgString: "SomeProject.dll", expIgnoredArgString: "-o:c:\\temp2")' (ID = '22b41822e4828ab843d54198783d6a8b9e9cb076') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-o:c:\\temp2 SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "-o:c:\\temp2")' (ID = '9ae60ab964030413c8e8193893833f42cecfbb03') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -o c:\\temp2", expectedArgString: "SomeProject.exe", expIgnoredArgString: "-o c:\\temp2")' (ID = '7bc0df7f767d9a25294ced340c47f40d8ba90642') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-o c:\\temp2 SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "-o c:\\temp2")' (ID = '94cf31076da641e0097cfa8a6a13e584dc9e0cdb') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -o:c:\\temp2", expectedArgString: "SomeProject.exe", expIgnoredArgString: "-o:c:\\temp2")' (ID = '0f1cd3436ce082597c9ee664d5dd3e6bfaec9378') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-o:c:\\temp2 SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "-o:c:\\temp2")' (ID = 'a10962634b503e826b80c716a6234256d72954fd') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --output c:\\temp2", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--output c:\\temp2")' (ID = 'c45e45787ecf69dd82c02a370d55cedc2db9d015') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--output c:\\temp2 SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--output c:\\temp2")' (ID = '1cd075db4b71ebe0c58b5861366053887c5c823d') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --output:c:\\temp2", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--output:c:\\temp2")' (ID = 'a6f1e9329046ee8f528f8769cd28f0fdf382c2b9') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--output:c:\\temp2 SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--output:c:\\temp2")' (ID = '105fd6379747185f80825b6591258113ea9afd0c') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --output c:\\temp2", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--output c:\\temp2")' (ID = 'abdd5dd607f895d2a3900697d11a8f4fd478f5a8') [xUnit.net 00:00:01.34] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--output c:\\temp2 SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--output c:\\temp2")' (ID = '299a184c6dc13344b5a74db3431301c960b428a5') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --output:c:\\temp2", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--output:c:\\temp2")' (ID = '346aac0747623cf2d1451471a87083a451557aa5') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--output:c:\\temp2 SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--output:c:\\temp2")' (ID = '42e18eda2a38a473b38a3fab6868cb94f3063ada') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --no-build", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--no-build")' (ID = '44bee64edeade56f223d509abe2bd7cf8a4e1fb8') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--no-build SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--no-build")' (ID = 'f7c37fd96ea534488e2479c40cd75933654881cb') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --no-build", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--no-build")' (ID = '98798c9a18e5f5069b57e9b659df1d7da2fd63ef') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--no-build SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--no-build")' (ID = '52867f172556cfb77b04d056820d3a0718636aac') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --no-restore", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--no-restore")' (ID = 'a08083513fdd10b3fe81c331e003e8f3205e4afa') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--no-restore SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--no-restore")' (ID = 'd56eca03b5a3acdfd676e9116a37e0c87b47c951') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --no-restore", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--no-restore")' (ID = '6f97f1b552d985e555cb24752390a33a89e57614') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--no-restore SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--no-restore")' (ID = '9ec58b9e4ffb0d1d5a89252f8f6deae20da099ee') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --interactive", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--interactive")' (ID = 'a6ff040e45b3fb2c25490891eb9cb4b3487b690b') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--interactive SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--interactive")' (ID = 'e4a907f273b2937eeedd96e8407005491381adfc') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --interactive", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--interactive")' (ID = '70b00a40ed9af088fdf4ea2120282a66260a74d4') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--interactive SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--interactive")' (ID = '40468ee8cd1c53d159f8ff99862980a91061b49e') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --testSessionCorrelationId SomeId", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--testSessionCorrelationId SomeId")' (ID = 'c7e0e136f775434829aaceaa7ef343bd895f093d') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--testSessionCorrelationId SomeId SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--testSessionCorrelationId SomeId")' (ID = '53f5d2509e8c080aad3d5ceea7a4c1282dd46ae7') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --testSessionCorrelationId:SomeId", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--testSessionCorrelationId:SomeId")' (ID = '6015eda768529833f936fc6ed58012d79547c2a3') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--testSessionCorrelationId:SomeId SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--testSessionCorrelationId:SomeId")' (ID = 'd3e44734edff0db44223dc5ad5a2ed8cc64b7fc7') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --testSessionCorrelationId SomeId", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--testSessionCorrelationId SomeId")' (ID = 'c777b725f8e6a466f9b40376626cfbf14a7968e8') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--testSessionCorrelationId SomeId SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--testSessionCorrelationId SomeId")' (ID = '6fbc57df73ef92b3213a724ea1a3b37472494334') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --testSessionCorrelationId:SomeId", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--testSessionCorrelationId:SomeId")' (ID = '3a5cdb7ad234ec1fb6f74406f50a875da96d6f25') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--testSessionCorrelationId:SomeId SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--testSessionCorrelationId:SomeId")' (ID = '4c4e35c78c2da85aa285d0308d791c834bc0622a') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --artifactsProcessingMode-collect", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--artifactsProcessingMode-collect")' (ID = '43c531befa877153e0489a042317225a786b6ee7') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--artifactsProcessingMode-collect SomeProject.dll", expectedArgString: "SomeProject.dll", expIgnoredArgString: "--artifactsProcessingMode-collect")' (ID = '31dc92f7c05ee73eb84167b17a3f2f42a375f58f') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --artifactsProcessingMode-collect", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--artifactsProcessingMode-collect")' (ID = '1f6749c4e9c082afc177c2d80adf7e37b451951b') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--artifactsProcessingMode-collect SomeProject.exe", expectedArgString: "SomeProject.exe", expIgnoredArgString: "--artifactsProcessingMode-collect")' (ID = '03598a36f32d3856ccb92fb909ef198d347691a0') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.dll --blame:CollectDump;CollectAlways="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'a98dbf8c7ebadb7cc0a464df9b3e2bd42ff9a473') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame --blame-crash-dump-type fu"···, expectedArgString: "SomeProject.dll --blame:CollectDump;CollectAlways="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'cdd33a36b499d135fc2e8335cd1f3ef402cbf2f4') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--blame:CollectDump;CollectAlways=true;DumpType=fu"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '7f627ef5dd91a6ad15ba3389c6ce459ea2ea0deb') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame --blame-crash-dump-type full --blame-crash"···, expectedArgString: "--blame:CollectDump;CollectAlways=true;DumpType=fu"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '88ff870476fec4988a52f204f087db6155c665df') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.dll --blame:CollectDump;CollectAlways="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'e43fb3a35b722f3e043c0f7551faf3142673a11a') [xUnit.net 00:00:01.35] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame --blame-crash-dump-type full --blame-crash"···, expectedArgString: "SomeProject.dll --blame:CollectDump;CollectAlways="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '197a4b9fdd4ed6aa4728a842d570b1391f14a46d') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.exe --blame:CollectDump;CollectAlways="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '3214462127ba243d7f83daa4f6d59d6ad667f451') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame --blame-crash-dump-type fu"···, expectedArgString: "SomeProject.exe --blame:CollectDump;CollectAlways="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'c50231c35b38f0786998ce76fc4dd2e100f2ffb1') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--blame:CollectDump;CollectAlways=true;DumpType=fu"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'db5e9dd836a64ea440229111a97d18892d83dabe') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame --blame-crash-dump-type full --blame-crash"···, expectedArgString: "--blame:CollectDump;CollectAlways=true;DumpType=fu"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '188b67f4cd426605a7ab963ec063bd5147bac2cd') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.exe --blame:CollectDump;CollectAlways="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'b5478f4b85d1d4a8e042a11f72d34fe115aca9e0') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame --blame-crash-dump-type full --blame-crash"···, expectedArgString: "SomeProject.exe --blame:CollectDump;CollectAlways="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'be6e7bfc97ae44cc462fff560e02d6ce7e195f25') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.dll --blame:CollectHangDump;DumpType=f"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'dec334627b0905de71d36d8b8319b3496977a72d') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame-hang-dump-type full -c Deb"···, expectedArgString: "SomeProject.dll --blame:CollectHangDump;DumpType=f"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '9589400b4bc8a02bf3fdb1e0ba0ab88f556f7dea') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--blame:CollectHangDump;DumpType=full SomeProject."···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '068f5362fd5ca7251a8587d64d2adea19e315acb') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame-hang-dump-type full -c Debug --configurati"···, expectedArgString: "--blame:CollectHangDump;DumpType=full SomeProject."···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '534191f62ab8d940dd881c6e80a30d453017b8ae') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.dll --blame:CollectHangDump;DumpType=f"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '3ed62037176241cb5e3cb424ca7a1a6324097555') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame-hang-dump-type full SomeProject.dll -c Deb"···, expectedArgString: "SomeProject.dll --blame:CollectHangDump;DumpType=f"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '95e3d25b447ed7be40f0f7b2c93f6c54b6d1d2ce') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.exe --blame:CollectHangDump;DumpType=f"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '820ad2d3e1d8086f2b3025a808d949bf7fb4475e') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame-hang-dump-type full -c Deb"···, expectedArgString: "SomeProject.exe --blame:CollectHangDump;DumpType=f"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '3afb7fd0e05822eb3d38cac0aa9bdaa0e9c9adfd') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--blame:CollectHangDump;DumpType=full SomeProject."···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '3806a24ca126239f2e4627213e9f46e002ea069c') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame-hang-dump-type full -c Debug --configurati"···, expectedArgString: "--blame:CollectHangDump;DumpType=full SomeProject."···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'e28a8e6a3f7a6efbd444661d0e16d5f8072e57df') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.exe --blame:CollectHangDump;DumpType=f"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '645c804f4769099d01791c5bf4cd308d82dd9222') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame-hang-dump-type full SomeProject.exe -c Deb"···, expectedArgString: "SomeProject.exe --blame:CollectHangDump;DumpType=f"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '24d6a0e15830668725783aae8ad659d4b84d6ab0') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.dll --blame:CollectHangDump;TestTimeou"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '5eaa66ce55fb01fce933a1d42dd62fe91f3027e9') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame-hang-timeout 10min -c Debu"···, expectedArgString: "SomeProject.dll --blame:CollectHangDump;TestTimeou"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '9e75e3e928d433ab45e221edc5baf40549926f61') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--blame:CollectHangDump;TestTimeout=10min SomeProj"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '0ee74e3eec1d300a997add6aae9946c1c2194ac4') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame-hang-timeout 10min -c Debug --configuratio"···, expectedArgString: "--blame:CollectHangDump;TestTimeout=10min SomeProj"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'ef28d42a4685e4b34022ab91bf059c1d910a8c0f') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.dll --blame:CollectHangDump;TestTimeou"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '792980028bb41e6835a4c632048c7b12b9524397') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame-hang-timeout 10min SomeProject.dll -c Debu"···, expectedArgString: "SomeProject.dll --blame:CollectHangDump;TestTimeou"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '76ec225758a3a89ccc9207b2c9fafeaf3b3041d5') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.exe --blame:CollectHangDump;TestTimeou"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '84316678b93a658ee0ce3dc0d79af0c149de0d32') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame-hang-timeout 10min -c Debu"···, expectedArgString: "SomeProject.exe --blame:CollectHangDump;TestTimeou"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '92a1b6b4aecb545505e7065fda85efdd4a154773') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--blame:CollectHangDump;TestTimeout=10min SomeProj"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'bebcadfcc872f70a7f434eee8112db17551f2008') [xUnit.net 00:00:01.36] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame-hang-timeout 10min -c Debug --configuratio"···, expectedArgString: "--blame:CollectHangDump;TestTimeout=10min SomeProj"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'd229be5caef04326d0453f94914f82bd9b732645') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.exe --blame:CollectHangDump;TestTimeou"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '238b35ea7d774f7b9f52e098d04f476481a7ce2f') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame-hang-timeout 10min SomeProject.exe -c Debu"···, expectedArgString: "SomeProject.exe --blame:CollectHangDump;TestTimeou"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '984d504d9dd53b2d9e01c8717426214cb2a4af8b') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.dll --blame:CollectHangDump;DumpType=f"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '541f94f2a75bad2dfea533d4f9627e95807a6b95') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame --blame-hang-dump-type ful"···, expectedArgString: "SomeProject.dll --blame:CollectHangDump;DumpType=f"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'deea65d909190001cc3dba082e6088e14441eb04') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--blame:CollectHangDump;DumpType=full;TestTimeout="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'f62a97a04ce7b34ae9aa7a9bec48f0aae7544ec8') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame --blame-hang-dump-type full --blame-hang-t"···, expectedArgString: "--blame:CollectHangDump;DumpType=full;TestTimeout="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'c725ff86b3c9edf5f2fd7f378ac17122a12faae3') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.dll --blame:CollectHangDump;DumpType=f"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '5edbb199759fa55ea92f28e2c01ff5f090b7b7c0') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame --blame-hang-dump-type full --blame-hang-t"···, expectedArgString: "SomeProject.dll --blame:CollectHangDump;DumpType=f"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '0b261df8493dd5a8b138406b3246f55ac51128c4') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.exe --blame:CollectHangDump;DumpType=f"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '3f1597513c2a423ddef89a67778f104e47732fdb') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame --blame-hang-dump-type ful"···, expectedArgString: "SomeProject.exe --blame:CollectHangDump;DumpType=f"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'b355f82c6836f3aa7a53566d95cff1f645523cf6') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--blame:CollectHangDump;DumpType=full;TestTimeout="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'afd0ea507b22a6bd039b6f6f1c296414ff39d39c') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame --blame-hang-dump-type full --blame-hang-t"···, expectedArgString: "--blame:CollectHangDump;DumpType=full;TestTimeout="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'abb1e9ca17c32291e709866f2b5b9f525149c730') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.exe --blame:CollectHangDump;DumpType=f"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'af52d71d1afea786264efa2d1ee9529349f6f7c0') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame --blame-hang-dump-type full --blame-hang-t"···, expectedArgString: "SomeProject.exe --blame:CollectHangDump;DumpType=f"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '1f87553621b12c7768d6e0f67e429ee5d3a0b0d9') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.dll --blame:CollectDump;CollectAlways="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'fca87dc1e3f5ab6a58e452af386d6321df4693e0') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame --blame-hang-dump-type ful"···, expectedArgString: "SomeProject.dll --blame:CollectDump;CollectAlways="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '7ff54192511f2632f87d119bb388ca50276bd7fd') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--blame:CollectDump;CollectAlways=true;DumpType=mi"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '80b04ae2e8b36f6f8cd9c43844ec1e895b5ff23c') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame --blame-hang-dump-type full --blame-hang-t"···, expectedArgString: "--blame:CollectDump;CollectAlways=true;DumpType=mi"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '9878dc32c1bd41a86c6e76937e9b860210a2aaf3') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.dll --blame:CollectDump;CollectAlways="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '4c990e9c2842b29d54859bebd29f22b64206f119') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame --blame-hang-dump-type full --blame-hang-t"···, expectedArgString: "SomeProject.dll --blame:CollectDump;CollectAlways="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '13deec881b1b5ba8aec0e03a9d616f2b3f529815') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.exe --blame:CollectDump;CollectAlways="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'f1bb09dc32854bd71e7db5e1208aeeab70ae1b3e') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame --blame-hang-dump-type ful"···, expectedArgString: "SomeProject.exe --blame:CollectDump;CollectAlways="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '9e0916c57c8e0951c5afe63d7e6d0f119d907158') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--blame:CollectDump;CollectAlways=true;DumpType=mi"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'ebde10a90c03eb427ec95800dbd24ce36715ed96') [xUnit.net 00:00:01.37] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame --blame-hang-dump-type full --blame-hang-t"···, expectedArgString: "--blame:CollectDump;CollectAlways=true;DumpType=mi"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '73240e9957609ff48332d286988a5097904f04e4') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.exe --blame:CollectDump;CollectAlways="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '82e2c7e1b77599a33c5fb346f07bcf74574b14a1') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame --blame-hang-dump-type full --blame-hang-t"···, expectedArgString: "SomeProject.exe --blame:CollectDump;CollectAlways="···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'a1d0418ddd36fb7fa23984ed93e8cfe889954033') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.dll --blame:CollectDump;DumpType=full", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '5d39f0c8c12b4802c31f5197669d549e4d671dc9') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame CollectDump;DumpType=full "···, expectedArgString: "SomeProject.dll --blame:CollectDump;DumpType=full", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'ad9539be08547fd80d5167dcb60f624897c07bff') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--blame:CollectDump;DumpType=full SomeProject.dll", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '3154412a188617d44a430ebebb8f2341bee6fdb7') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame CollectDump;DumpType=full -c Debug --confi"···, expectedArgString: "--blame:CollectDump;DumpType=full SomeProject.dll", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '0eef3fb20e0d1585e5a861e046f2594c5e7f0727') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.dll --blame:CollectDump;DumpType=full", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '90c369bc394d19e9d8f10ae91fbc3464a95f298b') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame CollectDump;DumpType=full SomeProject.dll "···, expectedArgString: "SomeProject.dll --blame:CollectDump;DumpType=full", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '6af0176a31a7dd5405310aeecde7e7dd376687f1') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.exe --blame:CollectDump;DumpType=full", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'd4f3e484ac035892ddbd12d699cd6fbe19a6c58b') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame CollectDump;DumpType=full "···, expectedArgString: "SomeProject.exe --blame:CollectDump;DumpType=full", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'e4468a831ba9588c036122bdcd276446098ed8df') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--blame:CollectDump;DumpType=full SomeProject.exe", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '1d0aeeb7554883d0f29a03a04af56b7ef9ce4a10') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame CollectDump;DumpType=full -c Debug --confi"···, expectedArgString: "--blame:CollectDump;DumpType=full SomeProject.exe", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '8d801a5637d4c823512d68c9da019cb23d009399') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.exe --blame:CollectDump;DumpType=full", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '2d2b4cc8b5db463abdf3f81020231fb5202e211e') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame CollectDump;DumpType=full SomeProject.exe "···, expectedArgString: "SomeProject.exe --blame:CollectDump;DumpType=full", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'd9277a5adf9d5b96e61d1befdbeca2dddec09053') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.dll --blame:CollectDump;DumpType=full", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'ff9e1fbb0872a39aa7165ba66fa13c4bb5391454') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --blame:CollectDump;DumpType=full "···, expectedArgString: "SomeProject.dll --blame:CollectDump;DumpType=full", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'fb964b5cd0c09245fae756e45126d83eeb266f6f') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--blame:CollectDump;DumpType=full SomeProject.dll", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '0a794af0457413d04163785255d158c7b5d82c60') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame:CollectDump;DumpType=full -c Debug --confi"···, expectedArgString: "--blame:CollectDump;DumpType=full SomeProject.dll", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'a69d6b7bc4f0830176cb241bd622a0e81c55e2c5') [xUnit.net 00:00:01.38] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.dll --blame:CollectDump;DumpType=full", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '65afa306c73647e74292b81841da10f53e682323') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame:CollectDump;DumpType=full SomeProject.dll "···, expectedArgString: "SomeProject.dll --blame:CollectDump;DumpType=full", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '9b197efb42e847e5a825faefb5ccaea7de88e6a4') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.exe --blame:CollectDump;DumpType=full", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'd86617a01d16f40daf289e235f48df80cd53d40f') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --blame:CollectDump;DumpType=full "···, expectedArgString: "SomeProject.exe --blame:CollectDump;DumpType=full", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'f0c78390cb11a5bd9a9f6bea0ae1f40cbf32d486') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--blame:CollectDump;DumpType=full SomeProject.exe", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'fbebd1d2ead4a605a5864c5967d7a20f7b99a459') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame:CollectDump;DumpType=full -c Debug --confi"···, expectedArgString: "--blame:CollectDump;DumpType=full SomeProject.exe", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '5f9b7adfa8c4e8bae0dfc6b3a55f88d98c8e0fc6') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.exe --blame:CollectDump;DumpType=full", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '352d8c6ed0a3ccc165daa1dc3d30f3722da6878c') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--blame:CollectDump;DumpType=full SomeProject.exe "···, expectedArgString: "SomeProject.exe --blame:CollectDump;DumpType=full", expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '0c19a8b19e371804b0af303532067ef5a28110bd') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.dll --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'b8d3030161342a501dbf9a0f652f1e1edbeab020') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -s testsettings -t -f net451 -d lo"···, expectedArgString: "SomeProject.dll --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '25c2fafab2360ed368a1214fdb060d88f8af9644') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--settings:testsettings --listtests --framework:ne"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '248139a590848e1689fe6624008e2d7dcc60477b') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-s testsettings -t -f net451 -d log.txt --results-"···, expectedArgString: "--settings:testsettings --listtests --framework:ne"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '368cfb3732433db31a0d7ae55bb33289e3ccfbf7') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.dll --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '0e5dc275b9deb1171d3a11c490100388b118e689') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-s testsettings -t -f net451 -d log.txt --results-"···, expectedArgString: "SomeProject.dll --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'f30d1e1471e6047efc6a4940ba8affef2167607e') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.exe --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '4342aafd6dd8a399ce8689856d93cf71ae21d537') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -s testsettings -t -f net451 -d lo"···, expectedArgString: "SomeProject.exe --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'ce0fee0d3fa44a4fcff8134f19f7fcb2d212e012') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--settings:testsettings --listtests --framework:ne"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '2fffa08c522f274b9ad71e0607bbbe1cec88be42') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-s testsettings -t -f net451 -d log.txt --results-"···, expectedArgString: "--settings:testsettings --listtests --framework:ne"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '299949371ade24c249e030ca47d1e9700fcb4ff5') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.exe --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '83de41c0b5d28a85f01841de691ab32d2f4cbfb5') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-s testsettings -t -f net451 -d log.txt --results-"···, expectedArgString: "SomeProject.exe --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '80d89dfa0cf26be8e6af982a967300fe8419797c') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.dll --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '3a1b842466cf28b1c4e26562e72759524cafd9b9') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -s:testsettings -t -f:net451 -d:lo"···, expectedArgString: "SomeProject.dll --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '96c9dda6f8014a3c3eefd3c5af7819e47aa2be9d') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--settings:testsettings --listtests --framework:ne"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'f5a064e4bbe15c1afdb175a9ae4bc003dff6924e') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-s:testsettings -t -f:net451 -d:log.txt --results-"···, expectedArgString: "--settings:testsettings --listtests --framework:ne"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'a83af9f96f769ebff7db53c53f17c789e80cc372') [xUnit.net 00:00:01.39] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.dll --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'f8c7f1c4344cbe0585b65e04eca551ee3bd9d2cb') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-s:testsettings -t -f:net451 -d:log.txt --results-"···, expectedArgString: "SomeProject.dll --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'db1b57cbeb2dee9901e30e87399e94a81932abf7') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.exe --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '75825d0b6fd1184b426b78d9105955b1515d8985') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -s:testsettings -t -f:net451 -d:lo"···, expectedArgString: "SomeProject.exe --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '08dd25a5e9f59b32e99e55346ea1e9b82a3668fd') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--settings:testsettings --listtests --framework:ne"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '8561aea4d6e4a3ad442a2e22f1f98a019d5445c6') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-s:testsettings -t -f:net451 -d:log.txt --results-"···, expectedArgString: "--settings:testsettings --listtests --framework:ne"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '35830b1d5b2e4c0d9c235034f536b2c03a8c9308') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.exe --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'a3dd15f18480789a7e7b7c84c9325fb5728ad945') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-s:testsettings -t -f:net451 -d:log.txt --results-"···, expectedArgString: "SomeProject.exe --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'fdd2a101e4e1643b953a1c9fabe577f561dbc35b') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.dll --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '3acbe8e28d99f7fc5010b64ea8f030f3e116e717') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.dll --settings testsettings -t --test-"···, expectedArgString: "SomeProject.dll --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '75f758bedbf3419ec4ca44fc7e91fa18ca042b92') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--settings:testsettings --listtests --testadapterp"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '7a5a9c3b855fb38905eab704e3c33f95e6a37741') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--settings testsettings -t --test-adapter-path c:\"···, expectedArgString: "--settings:testsettings --listtests --testadapterp"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'ae2e71917ac1408e87baff990de4fab055eecf06') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.dll --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'bb3c2f687e3cbbf69d35ba6017e5662357d3fcaa') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--settings testsettings -t --test-adapter-path c:\"···, expectedArgString: "SomeProject.dll --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '87662fdabe916dccfbeca409d986acf57ed1bacf') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe -c Debug --configuration Debug -r "···, expectedArgString: "SomeProject.exe --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '07dbfc6bfef2fd1419336e2bc85b58ce9a1275a7') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "SomeProject.exe --settings testsettings -t --test-"···, expectedArgString: "SomeProject.exe --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'ca57d8e806ade83dcb7c703d7c56a00a2457d9fe') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "--settings:testsettings --listtests --testadapterp"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'e818c402ebed3b37ee8701601892c84d84eab623') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--settings testsettings -t --test-adapter-path c:\"···, expectedArgString: "--settings:testsettings --listtests --testadapterp"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'd43ab1d287522c690dc7747c9bc3e10100617602') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "-c Debug --configuration Debug -r win-x64 --runtim"···, expectedArgString: "SomeProject.exe --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = 'f3ffca3c1bec827876f335be02501307ac74114c') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsShouldIgnoreKnownArgsWhileConvertingArgsIntoVSTestParsableArgs(input: "--settings testsettings -t --test-adapter-path c:\"···, expectedArgString: "SomeProject.exe --settings:testsettings --listtest"···, expIgnoredArgString: "-c Debug --configuration Debug -r win-x64 --runtim"···)' (ID = '5af070858df5a0d0d922d1fc6510e6bd69a3514d') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.ParserTests.VSTestArgumentConverterTests.ConvertArgsThrowsWhenWeTryToParseInlineSettings' (ID = '4b5c06fd6872544b0f33af489e9ba9232fb2879e') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.BuildServerShutdownCommandTests.GivenNoOptionsItEnumeratesAllServers' (ID = 'a318a2440547cf0904606103d3492cd6b7d0fd37') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.BuildServerShutdownCommandTests.GivenMSBuildOptionOnlyItEnumeratesOnlyMSBuildServers' (ID = '54a24aa961dc8b23becfdc5a7ab2665323e4676a') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.BuildServerShutdownCommandTests.GivenVBCSCompilerOptionOnlyItEnumeratesOnlyVBCSCompilers' (ID = '332b64bf7076fa5e527f26743ef3e538b591ba0e') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.BuildServerShutdownCommandTests.GivenRazorOptionOnlyItEnumeratesOnlyRazorServers' (ID = '5ffd47724e6a4573de5870c456af317f7a27ce3a') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.BuildServerShutdownCommandTests.GivenSuccessfulShutdownsItPrintsSuccess' (ID = 'b1e1310e44f45d754747ba858233b722a339449f') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.BuildServerShutdownCommandTests.GivenAFailingShutdownItPrintsFailureMessage' (ID = 'e80a003c63399af207866881e0c32567bda3075f') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.BuildServerShutdownCommandTests.GivenARunningRazorServerItShutsDownSuccessfully' (ID = 'f5cd53ae86fc7434b0004c5704600432ab080a28') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CommandIntegrationTests.GivenNoArgumentsProvided' (ID = '8249d4e01da2bd37786c588df263a571c568f98c') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CommandIntegrationTests.GivenOnlyArgumentProvidedIsDiagnosticsFlag' (ID = '3bbafe22cf308e6d5d14f17d41fbfadc5b980a39') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CompleteCommandTests.GivenOnlyDotnetItSuggestsTopLevelCommandsAndOptions' (ID = '34250637736e6337a4ad46afcf4d19554f67b2cd') [xUnit.net 00:00:01.40] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CompleteCommandTests.GivenASlashItSuggestsTopLevelOptions' (ID = '975d7ab2619468d4fcbd7291c636d9db5fe32293') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CompleteCommandTests.GivenNewCommandItDisplaysCompletions' (ID = 'c630e74ea157ea01ce683341ef928a13db2b7c0a') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CompleteCommandTests.GivenNuGetCommandItDisplaysCompletions' (ID = '826ca277907c36ead92211ac22ffc7d033514984') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CompleteCommandTests.GivenNuGetDeleteCommandItDisplaysCompletions' (ID = '093b37b90b907082b4e7a8152a7cc12b9b72761c') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CompleteCommandTests.GivenNuGetLocalsCommandItDisplaysCompletions' (ID = '1cffb4ed577dcffb10577cc801bbcb83a2186a7a') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CompleteCommandTests.GivenNuGetPushCommandItDisplaysCompletions' (ID = '4e66ea1fc37f015c99fc74e472686276dfd7ad7e') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CompleteCommandTests.GivenNuGetVerifyCommandItDisplaysCompletions' (ID = '5f385f4296b759267e42e2af6e3551a54a071979') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CompleteCommandTests.GivenNuGetTrustCommandItDisplaysCompletions' (ID = '845e29e81e49a0faf4fc1c4ea90491a7e743a7ff') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CompleteCommandTests.GivenNuGetSignCommandItDisplaysCompletions' (ID = '92aa55829b968f924b7fa300d1fb977af2a4b33c') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CompleteCommandTests.GivenNuGetWhyCommandItDisplaysCompletions' (ID = '75be33e772fe55f66b1b7a76e680e7a1cf3a7f6a') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CompleteCommandTests.GivenDotnetAddPackWithPosition' (ID = '5ffa7d159d6dad6e0614700bd376c7cc6efa2f5c') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CompleteCommandTests.GivenDotnetToolInWithPosition' (ID = 'd652a541a5a61b50e2816151c05893168aa01586') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CompleteCommandTests.CompletesNugetPackageIds' (ID = 'aa5237effbd7017085950e662cf6f0341a4e3e96') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CompleteCommandTests.CompletesNugetPackageVersions' (ID = 'c71ecff6d876c7a9d83b1b609f1eb05b9f9f5285') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CompleteCommandTests.CompletesNugetPackageVersionsWithStem' (ID = 'ebf6701b849e324209d82d5e3ef3e7760fc48c54') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.CompleteCommandTests.CompletesNugetPackageVersionsWithPrereleaseVersionsWhenSpecified' (ID = '844b28075d948ba21bef49df43bcdaece609e540') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallCommandTests.WhenRunWithBothGlobalAndToolPathShowErrorMessage' (ID = 'bf9946b3efb0d21de6e2d081ec6d1681e256483f') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallCommandTests.WhenRunWithRoot' (ID = '90ce48e64cc78f1ebcf3e050fe6f15d6237f0fbb') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallCommandTests.WhenRunWithBothGlobalAndLocalShowErrorMessage' (ID = '78f7ecf1a66e27756dc7bb54e8183177b1bd9c7e') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallCommandTests.WhenRunWithGlobalAndToolManifestShowErrorMessage' (ID = '3743e95e0812185edf38d566b53cf17565c44570') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallCommandTests.WhenRunWithToolPathAndToolManifestShowErrorMessage' (ID = '71e25304cf7060c3596d294f1a54066493d04a04') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallCommandTests.WhenRunWithLocalAndFrameworkShowErrorMessage' (ID = 'e680eb5a8ecc4521cb806739d6884553b2120f6d') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenPassingRestoreActionConfigOptions' (ID = 'b4150a457b350234bdc7091825560e09430c11f1') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenPassingIgnoreFailedSourcesItShouldNotThrow' (ID = 'e3b1fedfab7b80c3b01f774ea115abde829725df') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithPackageIdItShouldCreateValidShim' (ID = 'ee831a88be93d9b11b77409fd5ef8181799b801a') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunFromToolInstallRedirectCommandWithPackageIdItShouldCreateValidShim' (ID = '8b55f38b87cd9c8572f5b86127ee07087c45bbf3') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithSourceItShouldFindOnlyTheProvidedSource' (ID = 'd55eded3b7d75f388872f20ab1698781c93393e1') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithPackageIdWithSourceItShouldCreateValidShim' (ID = '9331b4bb8d8a9afd16a42f9f0043e934d7f34ea0') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithPackageIdItShouldShowPathInstruction' (ID = '68660fe9f824ca1e512db5ae3533b109de48044a') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithPackageIdPackageFormatIsNotFullySupportedItShouldShowPathInstruction' (ID = '326a44aba7a8e15351dcd71f606fee80fa084277') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.GivenFailedPackageInstallWhenRunWithPackageIdItShouldFail' (ID = '6ca4942ed527056737c1b72a6cd33cd9743cf4b7') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.GivenCreateShimItShouldHaveNoBrokenFolderOnDisk' (ID = '385477c874e76844ff2511abbc276739b158264a') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.GivenInCorrectToolConfigurationWhenRunWithPackageIdItShouldFail' (ID = '82bb72728c4e5de5a130c0a01d830d689fb028f5') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithPackageIdItShouldShowSuccessMessage' (ID = 'e9ecee064039727597f63ea83564db005c2db675') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithPackageIdWithQuietItShouldShowNoSuccessMessage' (ID = 'd4b98597213d768d16dba8993990c62b79c76fd1') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithInvalidVersionItShouldThrow' (ID = 'da0a57d8c90e3ddf54c6d867f1f0f3c4534aedb5') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithExactVersionItShouldSucceed' (ID = '2675ec012584d531629f2b7b37afd8aa0561f831') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenInstallTheSpecificSameVersionTwiceItShouldNoop' (ID = '2a13c3fbd6299282f8c4ec140509e5b8bfc99bca') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenInstallWithHigherVersionItShouldUpdate' (ID = '65759228efeaa23b4d999b43a5b8c76f45fdf570') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenInstallWithLowerVersionWithAllowDowngradeOptionItShouldDowngrade' (ID = 'a7de74ce6a0097cb72652a8db49c40d385d9cbe4') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenInstallWithLowerVersionItShouldFail' (ID = '03596bcf95d9daab5c14ca16219592ed5b6e7992') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithValidVersionRangeItShouldSucceed' (ID = '90cfcf6b017e84b0bc139c5c28e85de90663909a') [xUnit.net 00:00:01.41] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithValidUnlistedVersionRangeItShouldSucceed' (ID = '63df3e4817166d0a1215554d83e05bc047c9333e') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithValidBareVersionItShouldInterpretAsNuGetExactVersion' (ID = '03b08b4193e314ca93110ac438c969d1ef721a65') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithoutValidVersionUnlistedToolItShouldThrow' (ID = '10410a61b6532ab3841404dc931c7608e3b5be33') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithPrereleaseItShouldSucceed' (ID = '6b6259558557503b1294ce4865f0bda7e60a46c3') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithPrereleaseAndPackageVersionItShouldThrow' (ID = 'd836c8232b137dc623d7e78ef484817b061492bd') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithoutAMatchingRangeItShouldFail' (ID = '69c96cd0bed035108ed881f167272146bc4217e4') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithValidVersionWildcardItShouldSucceed' (ID = 'ea801be631e8e305bf994eb17e618a6ec71df986') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithPackageIdAndBinPathItShouldNoteHaveEnvironmentPathInstruction' (ID = 'da46647cd4433c86b64fbc63c00c44d69c94b2cc') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.AndPackagedShimIsProvidedWhenRunWithPackageIdItCreateShimUsingPackagedShim' (ID = 'ad4028e0caae43c3114ed6d64912e11bbcd6b114') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithArchOptionItErrorsOnInvalidRids' (ID = '7e53033bbbb70e6f7bdb5636b67a32a6ab4899f0') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallGlobalOrToolPathCommandTests.WhenRunWithArchOptionItDownloadsAppHostTemplate' (ID = '5aee67db585227c710d80893f3f2847e2f1fd313') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.WhenPassingRestoreActionConfigOptions' (ID = 'a21c34963ca0952c09135e78987e9e2e0cbe2963') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.WhenPassingIgnoreFailedSourcesItShouldNotThrow' (ID = '61cfd3e2c3a4e31e5d5cb189db2a17fe5060df9c') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.WhenRunWithPackageIdItShouldSaveToCacheAndAddToManifestFile' (ID = 'ba9a6f022ecb2059dac1880641ae54241fafa34c') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.GivenNoManifestFileItShouldThrow' (ID = 'ed558aac297ac375c390dc5e93cb42bf3f70ea7a') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.GivenNoManifestFileItShouldThrowAndContainNoManifestGuide' (ID = '97f7b6587958a0966baaad8e626758b8e0a058d1') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.WhenRunWithExplicitManifestFileItShouldAddEntryToExplicitManifestFile' (ID = 'ee925b969a93a4ba1553cc0519e5907d41a3784a') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.WhenRunWithRollForwardItShouldRollForwardToTrueInManifestFile' (ID = '1d6775a24740d777eadc9b6767e483819b8bd157') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.WhenRunWithoutRollForwardItShouldDefaultRollForwardToFalseInManifestFile' (ID = '59479d8a0d2c6ca0af6e9e8880c5e8549fed2436') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.WhenRunFromToolInstallRedirectCommandWithPackageIdItShouldSaveToCacheAndAddToManifestFile' (ID = '6d1754d859b9fbf6be6454544848334ae760b7be') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.WhenRunWithPackageIdItShouldShowSuccessMessage' (ID = '043ffc385f510267d554d0c43cc8423187756bd2') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.GivenFailedPackageInstallWhenRunWithPackageIdItShouldNotChangeManifestFile' (ID = 'b70c04c68ff90808100bbac5a238e87defd86430') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.GivenManifestFileConflictItShouldNotAddToCache' (ID = '1359ecc9339a5647fedd2c9369fbb74f554f7078') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.WhenRunWithExactVersionItShouldSucceed' (ID = '4758688ffc4c28f95f815cd0f78e1d03fc26296e') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.WhenRunWithValidVersionRangeItShouldSucceed' (ID = 'a2fd21cb036f076595d6357b381fef81ee0464d4') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.WhenRunWithPrereleaseAndPackageVersionItShouldSucceed' (ID = '563e91991d9205acf7017cd41970f989eb159d77') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.GivenNoManifestFileAndCreateManifestIfNeededFlagItShouldCreateManifestInGit' (ID = '2fccbf25e4de62ab969035936a1984eff073486b') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.GivenNoManifestFileAndCreateManifestIfNeededFlagItShouldCreateManifestInSln' (ID = '1da9d9878e6584f3f70ef3d80b72b322cf648e75') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolInstallLocalCommandTests.GivenNoManifestFileAndCreateManifestIfNeededFlagItShouldCreateManifestInCurrentFolder' (ID = '55fdb25a0251479c44689c9148a75d7a85605762') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListCommandTests.WhenRunWithBothGlobalAndToolPathShowErrorMessage' (ID = '1df9e313ea5edcfb5051b3a90a1cc7ec8771b081') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListCommandTests.WhenRunWithBothGlobalAndLocalShowErrorMessage' (ID = '194e31ab57e1c82d89cd970c3809e5370b1f085b') [xUnit.net 00:00:01.42] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListGlobalOrToolPathCommandTests.GivenNoInstalledPackagesItPrintsEmptyTable' (ID = '9a57890b6a29a444e5c2680de3641d675d510288') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListGlobalOrToolPathCommandTests.GivenAnInvalidToolPathItThrowsException' (ID = 'f283b500fd025f30b57124ebe14cfd4560052654') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListGlobalOrToolPathCommandTests.GivenAToolPathItPassesToolPathToStoreFactory' (ID = '9e1555de4d91385e0ed6d0c88351315ac73f13fc') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListGlobalOrToolPathCommandTests.GivenAToolPathItPassesToolPathToStoreFactoryFromRedirectCommand' (ID = '46311545f0d58973a37c6a6d116f4a889ea458ce') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListGlobalOrToolPathCommandTests.GivenASingleInstalledPackageItPrintsThePackage' (ID = 'c08b7d14bba4afd69e1ea769628c88ae64436858') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListGlobalOrToolPathCommandTests.GivenMultipleInstalledPackagesItPrintsThePackages' (ID = '57a3937a02c26ab146c639cf5d9581f3c2283f19') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListGlobalOrToolPathCommandTests.GivenMultipleInstalledPackagesItPrintsThePackagesForJsonFormat' (ID = '2e503911914a0efd66e46f5d7cbdb5992cea60da') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListGlobalOrToolPathCommandTests.GivenAPackageWithMultipleCommandsItListsThem' (ID = 'c8f28f3d92ad614d8daf19f6c94c4bacfb7426b3') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListGlobalOrToolPathCommandTests.GivenABrokenPackageItPrintsWarning' (ID = '1581549c0e3c01a28afd9624896a1142c75290b0') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListGlobalOrToolPathCommandTests.GivenPackageIdArgItPrintsThatPackage' (ID = 'cd3dc6c705815d8a43b58e0fae43ef84cc4f17ee') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListGlobalOrToolPathCommandTests.GivenNotInstalledPackageItPrintsEmpty' (ID = 'fbee985bcd3db21223170d77483f9e3835c10dc6') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListLocalCommandTests.GivenManifestInspectorItPrintsTheTable' (ID = '7b20b8c7935cfbef7b7ac86c60a10e6afb08d00c') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListLocalCommandTests.GivenManifestInspectorItPrintsJson' (ID = '4ebe6019fb81bfa6f9b94b9fd627500dcaeff4bd') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListLocalCommandTests.GivenManifestInspectorWhenCalledFromRedirectCommandItPrintsTheTable' (ID = '4d8f9ab7575c7fd6695fbdf505cdeaf6c703f3ab') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListLocalCommandTests.GivenPackageIdArgumentItPrintsTheCorrectPackageInfo' (ID = 'f94f5aabc07754b9ecb00005a6cf3d79a794b663') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolListLocalCommandTests.GivenNotInstalledPackageItPrintsEmpty' (ID = '51e5f20ae6710389bfe9008b2fb468ebcf53048e') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestEditorTests.GivenManifestFileItCanAddEntryToIt' (ID = 'fa5ba0e1b46562c6b0616d2dd6d2e2fecb311d7c') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestEditorTests.GivenManifestFileWithoutToolsEntryItCanAddEntryToIt' (ID = 'ed35c14295e7d595e1517ea7abb614e3dbe7fc7b') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestEditorTests.GivenManifestFileWhenAddingTheSamePackageIdToolItThrows' (ID = '8ecb5d91e212f5ff8bfe4bd4ebc74ddcb02c827c') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestEditorTests.GivenManifestFileWhenAddingTheSamePackageIdSameVersionSameCommandsItDoesNothing' (ID = '4e3088f419d434755655c9ec8d8c79591e38dad5') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestEditorTests.GivenAnInvalidManifestFileWhenAddItThrows' (ID = '0dc035efbedd864cc5f4c8922ff6e90c809b9c61') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestEditorTests.GivenAnMissingManifestFileVersionItShouldNotThrow' (ID = '4d4610329eefc4cdb9cdf2ac3a22e65f712ebdc0') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestEditorTests.GivenManifestFileItCanRemoveEntryFromIt' (ID = '9b4a2d2867b48ce6f500d07cbda8bac68d68126c') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestEditorTests.GivenManifestFileWhenRemoveNonExistPackageIdToolItThrows' (ID = '3b1734d29cc2d1aa4db94c184d02dfd795eaac5c') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestEditorTests.GivenAnInvalidManifestFileWhenRemoveItThrows' (ID = 'c7baeddfd68a20ecfb27bfb66b36dd17309cd6d5') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestEditorTests.GivenManifestFileWhenEditNonExistPackageIdItThrows' (ID = 'e03abb689c893199303848ea50c4f6e1b7854eb1') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestEditorTests.GivenManifestFileItCanEditEntry' (ID = '8d2b8a5344c46d8df3237dff9f3741309c4c8814') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenManifestFileOnSameDirectoryItGetContent' (ID = 'b0369c4db19823c3afc50d40279e390b1db129b1') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenManifestFileOnParentDirectoryItGetContent' (ID = 'bcfc0464aa884f418cf5d487e37e565255d5f02f') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenManifestFileInDotConfigDirectoryItGetContent' (ID = '0410e43bbf3c98bd9138fe18a2233432e390a4d7') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenManifestFileInRootDirectoryForLinuxMacOSItGetsContent' (ID = '85df129b72b6719d12b18bf09e1c1aa8af5cf967') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenManifestFileInRootDirectoryItThrowsError' (ID = '40c2354cafec4afaf4f3400584b0ef4712bdbe9a') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenManifestFileInRootDirectoryWithEnvVariableCHECK_MANIFEST_IN_ROOTToTrueItGetsContent' (ID = 'e612905b556ec7411b8b55551a81319bd5ea8743') [xUnit.net 00:00:01.43] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenManifestWithDuplicatedPackageIdItReturnsTheLastValue' (ID = '861ea5efdeac542422b73f57f6cafa674c3b816c') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.WhenCalledWithFilePathItGetContent' (ID = '5461b311e6930dab4f58474bd92792eef0925ced') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.WhenCalledWithNonExistsFilePathItThrows' (ID = 'd95ea038c7bce2a21bf48c0a0ff7ab39eff8fdfb') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenNoManifestFileItThrows' (ID = '736ab99cc8371cfb96ca87281194331fce4985ba') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenMissingFieldManifestFileItThrows' (ID = '128d29782863e9b4033f8c0795d626c8dd731342') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenInvalidFieldsManifestFileItThrows' (ID = '775ca539808afe7b377e2bf1423a479d38620ca5') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenInvalidTypeManifestFileItThrows' (ID = 'e5772363ae06d3a3212cddfcf2e0520068366d29') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenInvalidJsonIntergerManifestFileItThrows' (ID = 'd815dcc89e2067292d7c464bc9bf0ae8bbec411f') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenConflictedManifestFileInDifferentDirectoriesItReturnMergedContent' (ID = '2deed45485fae87ae1c105c973db2e98615c9631') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenManifestFileInDifferentDirectoriesWhenFindContainPackageIdItCanGetResultInOrder' (ID = 'bbf7ab6a8bdc15ecaf007de051db0aa55f3eec4f') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenNoManifestFileWhenFindContainPackageIdItThrows' (ID = '8e2504f668009c4839fd4ef21f1be760ea9081bd') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenConflictedManifestFileInDifferentDirectoriesItOnlyConsiderTheFirstIsRoot' (ID = '1a3301009e1ee546a80ccdd911e9af97582f785e') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.DifferentVersionOfManifestFileItShouldThrow' (ID = '079f3db5e9c2073317c7bf96bc41dc950d5d3c8e') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.MissingIsRootInManifestFileItShouldThrow' (ID = '4d23f9d6c831d080c37e86d5f294dd6a71df39f8') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenManifestFileOnSameDirectoryWhenFindByCommandNameItGetContent' (ID = '4f8ee36310dd31f743745451599abc40eda5a2b4') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenManifestFileOnSameDirectoryWhenFindByCommandNameWithDifferentCasingItGetContent' (ID = 'df75e82eb57c8e6103c3bbaee8f8910ce16c1952') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenManifestFileOnParentDirectoryWhenFindByCommandNameItGetContent' (ID = '2c785cb9fe62c0910f031bd64b2b240478f49b52') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenNoManifestFileWhenFindByCommandNameItReturnFalse' (ID = '05ceb08a3be994fe8f2bc15c40933df93f480184') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenMissingFieldManifestFileWhenFindByCommandNameItThrows' (ID = 'c2d9caf3c2f95c333d8b0aa071794cfa7e569bc8') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenInvalidFieldsManifestFileWhenFindByCommandNameItThrows' (ID = '26989d420fa72d6f1fd5c1cd80e0b337443fafac') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenInvalidJsonManifestFileWhenFindByCommandNameItThrows' (ID = '6f8f226f9ae772a59a60052c4d12c898997b7db5') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenConflictedManifestFileInDifferentFieldsWhenFindByCommandNameItReturnMergedContent' (ID = 'e014081afad5deee23f49722b37b59209fd84e05') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenConflictedManifestFileInDifferentFieldsWhenFindByCommandNameItOnlyConsiderTheFirstIsRoot' (ID = '8d2f1e1826845d0aed79a60137499e0e2eba4e2f') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenManifestFileOnSameDirectoryWithMarkOfTheWebDetectorItThrows' (ID = '8e67ff79111ab18b7a1f5e7ccb3d35003ec05be5') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.DifferentVersionOfManifestFileItThrows' (ID = '194cf90869af43e19129c316b850e231d08d6088') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenManifestFileOnSameDirectoryItCanFindTheFirstManifestFile' (ID = '2bf4a1cc2c52a4c6b071df270028da0a8c55d45a') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenManifestFileOnSameDirectoryItDoesNotThrowsWhenTheManifestFileIsNotValid' (ID = '3499a383cd747bbf4b8e907659566bcb898834ed') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenManifestFileOnSameDirectoryItThrowsWhenTheManifestFileCannotBeFound' (ID = '5d66a2d47f43af4728949379885180fc05755432') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenConflictedManifestFileInDifferentDirectoriesItReturnMergedContentWithSourceManifestFile' (ID = '5845d3cec1dc9b56e5636e7891d7506c68575ef4') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolManifestFinderTests.GivenNoManifestInspectShouldNotThrow' (ID = 'a48cf60b98d44e85a222f2d54833dde9953179f7') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolRestoreCommandTests.WhenRunItCanSaveCommandsToCache' (ID = '6841209080f962254d2619e05e1e0ff8f2be0227') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolRestoreCommandTests.WhenRunItCanSaveCommandsToCacheAndShowSuccessMessage' (ID = '0e1ec4cf0c8d0444b64ac61db4fae24d25d61700') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolRestoreCommandTests.WhenRestoredCommandHasTheSameCommandNameItThrows' (ID = 'aa6e7ffc911619a8c3d281aae269478ab09e7007') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolRestoreCommandTests.WhenSomePackageFailedToRestoreItCanRestorePartiallySuccessful' (ID = '99a54e06e5fdda91e04c4f8544006a86a378fee0') [xUnit.net 00:00:01.44] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolRestoreCommandTests.ItShouldFailWhenPackageCommandNameDoesNotMatchManifestCommands' (ID = '6e8c25fe1b6b030b0b3d07f955efbc1c284ae040') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolRestoreCommandTests.ItRestoresMultipleTools' (ID = 'df773165772796deda1038c680fb81ccbf7c0093') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolRestoreCommandTests.ItRestoresCorrectToolVersion' (ID = '82821e3dfb8682511423d8801443ef61d2222e3c') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolRestoreCommandTests.WhenCannotFindManifestFileItPrintsWarning' (ID = '8f3c727a33a15fa9e63fba7d062bb83a178b468f') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolRestoreCommandTests.WhenPackageIsRestoredAlreadyItWillNotRestoreItAgain' (ID = '84e9e20ab73042b7f5602f47f336b2b0f9846f60') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolRestoreCommandTests.WhenPackageIsRestoredAlreadyButDllIsRemovedItRestoresAgain' (ID = '1e2981d3945d5420b29551781d130b6c8b99377b') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolRestoreCommandTests.WhenRunWithoutManifestFileItShouldPrintSpecificRestoreErrorMessage' (ID = 'cd0b74f06472642776f4d7f6d98df27bd20062db') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolRestoreCommandWithMultipleNugetConfigTests.WhenManifestPackageAreFromDifferentDirectoryItCanFindTheRightNugetConfigAndSaveToCache' (ID = '65945f812789979fe4624a8d29e62c346e2da48d') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolRunCommandTests.WhenRunWithRollForwardOptionItShouldIncludeRollForwardInNativeHost' (ID = '88d62696bd0f5cef859fa4f02d3fbf5541699f4f') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolRunCommandTests.WhenRunWithoutRollForwardOptionItShouldNotIncludeRollForwardInNativeHost' (ID = '8a250fb31d1d82836497741b5559916bbd5481ea') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallCommandTests.WhenRunWithBothGlobalAndToolPathShowErrorMessage' (ID = '7d79563cde345c7e51836ef90811a2d64096de07') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallCommandTests.WhenRunWithBothGlobalAndLocalShowErrorMessage' (ID = 'c2d8fc7ea28d819c20237f349761680a44070b9d') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallCommandTests.WhenRunWithGlobalAndToolManifestShowErrorMessage' (ID = '698bfa355b1add233735246d7471b499bb461226') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallCommandTests.WhenRunWithToolPathAndToolManifestShowErrorMessage' (ID = '2b1df282b84b93059d7462a7320679e34fac957c') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallGlobalOrToolPathCommandTests.GivenANonExistentPackageItErrors' (ID = 'a6637133beefd952659814f10adf95266071aa6e') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallGlobalOrToolPathCommandTests.GivenAPackageItUninstalls' (ID = 'ca49286b3fbe772d5c2510032225fe44f18dcd54') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallGlobalOrToolPathCommandTests.GivenAPackageWhenCallFromUninstallRedirectCommandItUninstalls' (ID = '7edf7910fb43aebc3d094fc54cc9d9822cd7fb11') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallGlobalOrToolPathCommandTests.GivenAFailureToUninstallItLeavesItInstalled' (ID = 'c9b794bff3119b7c13c95786456157854bd1cda7') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallGlobalOrToolPathCommandTests.GivenAnInvalidToolPathItThrowsException' (ID = '86af303355c6fde92b2e8e6e93513f9ebcaf1a27') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallLocalCommandTests.WhenRunWithPackageIdItShouldRemoveFromManifestFile' (ID = '780f7f428a4f99aa8532d31cee8ac35374a46165') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallLocalCommandTests.GivenNoManifestFileItShouldThrow' (ID = '716f6a1a91c1ac312dfe8a9587be807496071dfc') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallLocalCommandTests.GivenNoManifestFileContainPackageIdItShouldThrow' (ID = '395dce577b7e18ce7d8de853d9df6219708ed66b') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallLocalCommandTests.WhenRunWithExplicitManifestFileItShouldRemoveFromExplicitManifestFile' (ID = '910c3b62e8eeed18507a8e2f4787e05afd06f745') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallLocalCommandTests.WhenRunFromToolUninstallRedirectCommandWithPackageIdItShouldRemoveFromManifestFile' (ID = '408251bb2897b6e4ceb6b34b026c8966af3f2334') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallLocalCommandTests.WhenRunWithPackageIdItShouldShowSuccessMessage' (ID = '2b24840cd4ba3203abbbcb0ca93232090e3b6cc4') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallLocalCommandTests.GivenParentDirHasManifestWithSamePackageIdWhenRunWithPackageIdItShouldOnlyChangTheClosestOne' (ID = 'ea4b04a5d16bc235b55b1662d05edda56187dad4') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallLocalCommandTests.GivenParentDirHasManifestWithSamePackageIdWhenRunWithPackageIdItShouldOnlyChangTheClosestOne2' (ID = '08c70d3449010e82dd8685e60968d3ad41094ad6') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUninstallLocalCommandTests.GivenParentDirHasManifestWithSamePackageIdWhenRunWithPackageIdItShouldWarningTheOtherManifests' (ID = '7caacb8ac0545b2b1dd713c1469a6547e656b3a6') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateCommandTests.WhenRunWithBothGlobalAndToolPathShowErrorMessage' (ID = '5b3cf49cefa97a92f7cda953ebe0c85e846ab0e7') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateCommandTests.WhenRunWithBothGlobalAndLocalShowErrorMessage' (ID = '8b264640c844795cd14bf7eae5244f121b47f455') [xUnit.net 00:00:01.45] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateCommandTests.WhenRunWithGlobalAndToolManifestShowErrorMessage' (ID = '69187b70d665e5a8fa0c107b512f53b5deeb8ede') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateCommandTests.WhenRunWithToolPathAndToolManifestShowErrorMessage' (ID = '42da67abeb098abb88fc1cafd8e2790ab7c29502') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateCommandTests.WhenRunWithAllAndVersionShowErrorMessage' (ID = '5c87ed96c88f5475f22c860cb157b9069eb2baa3') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateCommandTests.WhenRunWithoutAllOrPackageIdShowErrorMessage' (ID = '22da3312fef835949df1fa24c7a877b0a24269dc') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateCommandTests.WhenRunWithBothAllAndPackageIdShowErrorMessage' (ID = '2d64c0e963fa288dc627319039513960b2b7417c') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.WhenPassingRestoreActionConfigOptions' (ID = '74805596f34d936fcd4a5040c9462f20546e01db') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.WhenPassingIgnoreFailedSourcesItShouldNotThrow' (ID = '6850892a7eb3a7ac693de01fe46ff158ad83fbe7') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenANonFeedExistentPackageItErrors' (ID = '3c6cbdbf712c01569b558a82c1a4ff1851d668c5') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenANonExistentPackageItInstallTheLatest' (ID = '51cab26299916c90f2ae16a5badc8ca8a42b9fa4') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenAnExistedLowerversionInstallationWhenCallItCanUpdateThePackageVersion' (ID = '28a349e6b967efe0d15b0eb7363fe2a89ef1fa5d') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenAnExistedLowerVersionInstallationItCanUpdateAllThePackageVersion' (ID = 'a14c265d95e0abc7227e8c5fdb04440d1161f1ce') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenAnExistedLowerversionInstallationWhenCallFromRedirectorItCanUpdateThePackageVersion' (ID = '981bb4548cdb010517f63c1466e40e59908bc3e2') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenAnExistedLowerversionInstallationWhenCallItCanPrintSuccessMessage' (ID = '0fc18be2171172fdfcc45b33e6967305735f2807') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenAnExistedLowerversionInstallationWhenUpdateAllItCanPrintSuccessMessage' (ID = 'b6ad9201c5319889ffdc503e10c3b220e66b1fa4') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenAnExistedPreviewVersionInstallationWhenUpdateToHigherVersionItSucceeds' (ID = '6e80e26d1f5326bc3fd781b4bb5a1aaf0c3322c3') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenAnExistedHigherversionInstallationWhenUpdateToLowerVersionItErrors' (ID = '4cec09fa2414caa8797506b6ba6e9bd4d3aed886') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenAnExistedHigherversionInstallationWithDowngradeFlagWhenUpdateToLowerVersionItSucceeds' (ID = '55824f5722279eab3ccc5f91ccfb7bbf5019a425') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenAnExistedLowerversionInstallationWhenCallWithWildCardVersionItCanPrintSuccessMessage' (ID = '477883107d05dd833ae0749542b33f4959c60648') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenAnExistedLowerversionInstallationWhenCallWithPrereleaseVersionItCanPrintSuccessMessage' (ID = '36193c6f6fe766a4fb5ec700c515bf8a0f0e57c9') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenAnExistedHigherVersionInstallationWhenCallWithLowerVersionItThrowsAndRollsBack' (ID = '5779a7390e396ffb284015634ff8fee6f50a277c') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenAnExistedSameVersionInstallationWhenCallItCanPrintSuccessMessage' (ID = 'c5b0642090f836917b1853bf11735d55664c9524') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenAnExistedSameVersionInstallationWhenCallWithPrereleaseItUsesAPrereleaseSuccessMessage' (ID = 'e514805130eb3ac9443b8e29a098b5be64dbac86') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenAnExistedLowerversionWhenReinstallThrowsIthasTheFirstLineIndicateUpdateFailure' (ID = '4b5eecf445448e7409b0706619a688ed82d1a5dc') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenAnExistedLowerversionWhenReinstallThrowsItRollsBack' (ID = '61efd5be4690f5f7fb34f92a13e1f3b22a81e8fd') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateGlobalOrToolPathCommandTests.GivenPackagedShimIsProvidedWhenRunWithPackageIdItCreatesShimUsingPackagedShim' (ID = '9313a70578451afe2c5dc392040f782256d2d2ef') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateLocalCommandTests.WhenPassingRestoreActionConfigOptions' (ID = '56e463dc63983c0b095c1c2a92b0aa703bb018e5') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateLocalCommandTests.WhenPassingIgnoreFailedSourcesItShouldNotThrow' (ID = '26a67fc14bf303170a08279b3f73ae981e1654b3') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateLocalCommandTests.WhenRunWithPackageIdItShouldUpdateFromManifestFile' (ID = 'acc9d668fd77f7a6393435d303f2edd9d0460739') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateLocalCommandTests.WhenRunWithUpdateAllItShouldUpdateFromManifestFile' (ID = 'd9109d7041eb114ac8d9058d1109a2f493e99942') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateLocalCommandTests.WhenRunFromDirectorWithPackageIdItShouldUpdateFromManifestFile' (ID = 'c0ba9ba4a52220b934a92cec478b44a4b2e97aac') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateLocalCommandTests.GivenNoRestoredManifestWhenRunWithPackageIdItShouldUpdateFromManifestFile' (ID = 'e1fd2a0a8d19326a5e6d4e127afa32ce37854710') [xUnit.net 00:00:01.46] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateLocalCommandTests.GivenManifestDoesNotHavePackageWhenRunWithPackageIdItShouldUpdate' (ID = '95829c169cf708a3323a230896540a2f7f82ca92') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateLocalCommandTests.GivenNoManifestFileItShouldThrow' (ID = 'ff3f32805765fc761606668b582cef7fc2bbecb6') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateLocalCommandTests.WhenRunWithExplicitManifestFileItShouldUpdateFromExplicitManifestFile' (ID = '08e808fe1e6d8cf84c709f3ce4a8b5a321b3218e') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateLocalCommandTests.WhenRunFromToolUpdateRedirectCommandWithPackageIdItShouldUpdateFromManifestFile' (ID = '9ae627b235a61bd82131a4a9c31e2295e89671de') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateLocalCommandTests.WhenRunWithPackageIdItShouldShowSuccessMessage' (ID = '7527229d8025387d45e2af319c8eca4e29ee6545') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateLocalCommandTests.GivenParentDirHasManifestWithSamePackageIdWhenRunWithPackageIdItShouldOnlyChangTheClosestOne' (ID = 'ff0fc0d91f5ea3fe74f847b6be6680dc9c9c92d8') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateLocalCommandTests.GivenParentDirHasManifestWithSamePackageIdWhenRunWithPackageIdItShouldWarningTheOtherManifests' (ID = '2550dfcf57db8a5e5fe1415674f3a7afdbf6c353') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateLocalCommandTests.GivenFeedVersionIsTheSameWhenRunWithPackageIdItShouldShowDifferentSuccessMessage' (ID = 'bbb1c7c4cd2f08b2697a8938e02fa2c67c3c0e8a') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateLocalCommandTests.GivenFeedVersionIsLowerRunPackageIdItShouldThrow' (ID = '2bdbb402f644c1415f1cf467ce0254716e59a0cf') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.Commands.Tool.ToolUpdateLocalCommandTests.GivenFeedVersionIsLowerWithDowngradeFlagRunPackageIdItShouldSucceeds' (ID = 'a5865e95706c3e79f0b0c71ea86f86260ed291eb') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.BuildServerTests.BuildServerProviderTests.GivenMSBuildFlagItYieldsMSBuild' (ID = '2ec72d62d5f1f7499a450c4cf766c48cdddf80fb') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.BuildServerTests.BuildServerProviderTests.GivenVBCSCompilerFlagItYieldsVBCSCompiler' (ID = '1d743c0ded1132ed5865f0a760a68a0a9bea0a39') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.BuildServerTests.BuildServerProviderTests.GivenRazorFlagAndNoPidDirectoryTheEnumerationIsEmpty' (ID = '6c8f409280e2699d32b423fb77545202149e7116') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.BuildServerTests.BuildServerProviderTests.GivenNoEnvironmentVariableItUsesTheDefaultPidDirectory' (ID = 'fe620a01d62e7d71753d00e54cece0b451cbb7b3') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.BuildServerTests.BuildServerProviderTests.GivenEnvironmentVariableItUsesItForThePidDirectory' (ID = 'e4edba9749afe68cf033b25ba1cc39c404719f1e') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.BuildServerTests.BuildServerProviderTests.GivenARazorPidFileItReturnsARazorBuildServer' (ID = '2a726a1d0f284008bf6ccc12e4894a81f9f501ab') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.BuildServerTests.BuildServerProviderTests.GivenAnExceptionAccessingTheRazorPidFileItPrintsAWarning(exceptionType: typeof(System.UnauthorizedAccessException))' (ID = '49bc1fe9a6318f15018152ddae4a7ee7c38c10cf') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.BuildServerTests.BuildServerProviderTests.GivenAnExceptionAccessingTheRazorPidFileItPrintsAWarning(exceptionType: typeof(System.IO.IOException))' (ID = '01e3f032c9b2d68fd8dcefe42a7730bf549d4a98') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.BuildServerTests.RazorServerTests.GivenAFailedShutdownCommandItThrows' (ID = '33d80dfef7dc071583147d0a7c188cb0121de2c4') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.BuildServerTests.RazorServerTests.GivenASuccessfulShutdownItDoesNotThrow' (ID = '451b1dd6c4614b3883ab79a4639b1e8c396b5e60') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.BuildServerTests.RazorServerTests.GivenANonExistingRazorServerPathItDeletesPidFileAndDoesNotThrow' (ID = '2fcae5b6a2094610a96e628c2b1a7d875070dffd') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.BuildServerTests.VBCSCompilerServerTests.GivenAZeroExitShutdownDoesNotThrow' (ID = '1aa59048cbc660c30e70c1e61ea58af749c3eb4f') [xUnit.net 00:00:01.47] dotnet.Tests: Discovered [execution] test case 'Microsoft.DotNet.Tests.BuildServerTests.VBCSCompilerServerTests.GivenANonZeroExitCodeShutdownThrows' (ID = 'c392a8611419ee51e990186a9b245e3ee3745d75') [xUnit.net 00:00:01.49] Discovered: dotnet.Tests (found 2193 test cases) [xUnit.net 00:00:01.51] Starting: dotnet.Tests (parallel test collections = on [4 threads], stop on fail = off) Running C:\h\w\AA32093B\p\d\dotnet.exe test --property:VsTestUseMSBuildOutput=false -tl:false --logger console;verbosity=detailed /p:Version=1.2.3 Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj Process ID: 3540 Process ID: 7696 [xUnit.net 00:00:04.20] Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.GivenAProjectAndMultipleTestRunParametersItPassesThemToVStestConsoleInTheCorrectFormat [FAIL] [xUnit.net 00:00:04.20] Expected command to pass but it did not. [xUnit.net 00:00:04.20] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:04.20] Arguments: /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj [xUnit.net 00:00:04.20] Exit Code: 1 [xUnit.net 00:00:04.20] StdOut: [xUnit.net 00:00:04.20] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:04.20] Build started 1/8/2026 10:30:18 AM. [xUnit.net 00:00:04.20] [xUnit.net 00:00:04.20] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:04.20] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:04.20] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:04.20] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:04.20] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:04.20] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj] [xUnit.net 00:00:04.20] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:04.20] [xUnit.net 00:00:04.20] Build FAILED. [xUnit.net 00:00:04.21] [xUnit.net 00:00:04.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:04.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:04.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:04.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:04.21] [xUnit.net 00:00:04.21] [xUnit.net 00:00:04.21] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj" (Restore target) (1) -> [xUnit.net 00:00:04.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj] [xUnit.net 00:00:04.21] [xUnit.net 00:00:04.21] 0 Warning(s) [xUnit.net 00:00:04.21] 2 Error(s) [xUnit.net 00:00:04.21] [xUnit.net 00:00:04.21] Time Elapsed 00:00:01.36 [xUnit.net 00:00:04.21] StdErr: [xUnit.net 00:00:04.21] No .NET SDKs were found. [xUnit.net 00:00:04.21] [xUnit.net 00:00:04.21] Download a .NET SDK: [xUnit.net 00:00:04.21] https://aka.ms/dotnet/download [xUnit.net 00:00:04.21] [xUnit.net 00:00:04.21] Learn about SDK resolution: [xUnit.net 00:00:04.21] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:04.21] No .NET SDKs were found. [xUnit.net 00:00:04.21] [xUnit.net 00:00:04.21] Download a .NET SDK: [xUnit.net 00:00:04.21] https://aka.ms/dotnet/download [xUnit.net 00:00:04.21] [xUnit.net 00:00:04.21] Learn about SDK resolution: [xUnit.net 00:00:04.21] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:04.21] [xUnit.net 00:00:04.21] Stack Trace: [xUnit.net 00:00:04.21] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:04.21] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:04.21] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:04.21] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:04.21] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:04.21] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:04.21] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:04.21] /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.cs(90,0): at Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.CopyAndRestoreVSTestDotNetCoreTestApp(String callingMethod) [xUnit.net 00:00:04.21] /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.cs(21,0): at Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.GivenAProjectAndMultipleTestRunParametersItPassesThemToVStestConsoleInTheCorrectFormat() [xUnit.net 00:00:04.21] at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) [xUnit.net 00:00:04.21] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:04.21] Output: [xUnit.net 00:00:04.21] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj [xUnit.net 00:00:04.21] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:04.21] Build started 1/8/2026 10:30:18 AM. [xUnit.net 00:00:04.21] [xUnit.net 00:00:04.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:04.22] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:04.22] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:04.22] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:04.22] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:04.22] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj] [xUnit.net 00:00:04.22] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:04.22] [xUnit.net 00:00:04.22] Build FAILED. [xUnit.net 00:00:04.22] [xUnit.net 00:00:04.22] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:04.22] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:04.22] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:04.22] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:04.22] [xUnit.net 00:00:04.22] [xUnit.net 00:00:04.22] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj" (Restore target) (1) -> [xUnit.net 00:00:04.22] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj] [xUnit.net 00:00:04.22] [xUnit.net 00:00:04.22] 0 Warning(s) [xUnit.net 00:00:04.22] 2 Error(s) [xUnit.net 00:00:04.22] [xUnit.net 00:00:04.22] Time Elapsed 00:00:01.36 [xUnit.net 00:00:04.22] [xUnit.net 00:00:04.22] StdErr: [xUnit.net 00:00:04.22] No .NET SDKs were found. [xUnit.net 00:00:04.22] [xUnit.net 00:00:04.22] Download a .NET SDK: [xUnit.net 00:00:04.22] https://aka.ms/dotnet/download [xUnit.net 00:00:04.22] [xUnit.net 00:00:04.22] Learn about SDK resolution: [xUnit.net 00:00:04.22] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:04.22] No .NET SDKs were found. [xUnit.net 00:00:04.22] [xUnit.net 00:00:04.22] Download a .NET SDK: [xUnit.net 00:00:04.22] https://aka.ms/dotnet/download [xUnit.net 00:00:04.22] [xUnit.net 00:00:04.22] Learn about SDK resolution: [xUnit.net 00:00:04.22] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:04.22] Exit Code: 1 Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj Process ID: 2208 Failed Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.GivenAProjectAndMultipleTestRunParametersItPassesThemToVStestConsoleInTheCorrectFormat [2 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:18 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:01.36 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.CopyAndRestoreVSTestDotNetCoreTestApp(String callingMethod) in /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.cs:line 90 at Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.GivenAProjectAndMultipleTestRunParametersItPassesThemToVStestConsoleInTheCorrectFormat() in /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.cs:line 21 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:18 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\2_GivenDotnet---39BD085F\VSTestTestRunParameters.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:01.36 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 [xUnit.net 00:00:05.74] Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.GivenADllAndMultipleTestRunParametersItPassesThemToVStestConsoleInTheCorrectFormat [FAIL] [xUnit.net 00:00:05.74] Expected command to pass but it did not. [xUnit.net 00:00:05.74] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:05.74] Arguments: /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj [xUnit.net 00:00:05.74] Exit Code: 1 [xUnit.net 00:00:05.74] StdOut: [xUnit.net 00:00:05.74] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:05.74] Build started 1/8/2026 10:30:21 AM. [xUnit.net 00:00:05.74] [xUnit.net 00:00:05.74] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:05.74] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:05.74] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:05.74] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:05.74] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:05.74] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj] [xUnit.net 00:00:05.74] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:05.74] [xUnit.net 00:00:05.75] Build FAILED. [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.75] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:05.75] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:05.75] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:05.75] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.75] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj" (Restore target) (1) -> [xUnit.net 00:00:05.75] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj] [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.75] 0 Warning(s) [xUnit.net 00:00:05.75] 2 Error(s) [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.75] Time Elapsed 00:00:00.73 [xUnit.net 00:00:05.75] StdErr: [xUnit.net 00:00:05.75] No .NET SDKs were found. [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.75] Download a .NET SDK: [xUnit.net 00:00:05.75] https://aka.ms/dotnet/download [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.75] Learn about SDK resolution: [xUnit.net 00:00:05.75] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:05.75] No .NET SDKs were found. [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.75] Download a .NET SDK: [xUnit.net 00:00:05.75] https://aka.ms/dotnet/download [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.75] Learn about SDK resolution: [xUnit.net 00:00:05.75] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.75] Stack Trace: [xUnit.net 00:00:05.75] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:05.75] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:05.75] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:05.75] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:05.75] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:05.75] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:05.75] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:05.75] /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.cs(90,0): at Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.CopyAndRestoreVSTestDotNetCoreTestApp(String callingMethod) [xUnit.net 00:00:05.75] /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.cs(47,0): at Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.GivenADllAndMultipleTestRunParametersItPassesThemToVStestConsoleInTheCorrectFormat() [xUnit.net 00:00:05.75] at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) [xUnit.net 00:00:05.75] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:05.75] Output: [xUnit.net 00:00:05.75] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj [xUnit.net 00:00:05.75] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:05.75] Build started 1/8/2026 10:30:21 AM. [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.75] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:05.75] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:05.75] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:05.75] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:05.75] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:05.75] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj] [xUnit.net 00:00:05.75] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.75] Build FAILED. [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.75] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:05.75] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:05.75] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:05.75] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.75] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj" (Restore target) (1) -> [xUnit.net 00:00:05.75] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj] [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.75] 0 Warning(s) [xUnit.net 00:00:05.75] 2 Error(s) [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.75] Time Elapsed 00:00:00.73 [xUnit.net 00:00:05.75] [xUnit.net 00:00:05.76] StdErr: [xUnit.net 00:00:05.76] No .NET SDKs were found. [xUnit.net 00:00:05.76] [xUnit.net 00:00:05.76] Download a .NET SDK: [xUnit.net 00:00:05.76] https://aka.ms/dotnet/download [xUnit.net 00:00:05.76] [xUnit.net 00:00:05.76] Learn about SDK resolution: [xUnit.net 00:00:05.76] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:05.76] No .NET SDKs were found. [xUnit.net 00:00:05.76] [xUnit.net 00:00:05.76] Download a .NET SDK: [xUnit.net 00:00:05.76] https://aka.ms/dotnet/download [xUnit.net 00:00:05.76] [xUnit.net 00:00:05.76] Learn about SDK resolution: [xUnit.net 00:00:05.76] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:05.76] Exit Code: 1 Failed Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.GivenADllAndMultipleTestRunParametersItPassesThemToVStestConsoleInTheCorrectFormat [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:21 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.73 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.CopyAndRestoreVSTestDotNetCoreTestApp(String callingMethod) in /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.cs:line 90 at Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.GivenADllAndMultipleTestRunParametersItPassesThemToVStestConsoleInTheCorrectFormat() in /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.cs:line 47 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:21 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\3_GivenDotnet---189AE96F\VSTestTestRunParameters.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.73 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj /restore Process ID: 3516 [xUnit.net 00:00:06.98] Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.TestsFromAGivenContainerAndArchSwitchShouldFlowToVsTestConsole [FAIL] [xUnit.net 00:00:06.98] Expected command to pass but it did not. [xUnit.net 00:00:06.98] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:06.98] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj /restore [xUnit.net 00:00:06.98] Exit Code: 1 [xUnit.net 00:00:06.98] StdOut: [xUnit.net 00:00:06.98] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:06.98] Build started 1/8/2026 10:30:23 AM. [xUnit.net 00:00:06.98] [xUnit.net 00:00:06.98] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:06.98] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:06.98] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:06.98] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:06.98] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:06.98] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj] [xUnit.net 00:00:06.98] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:06.98] [xUnit.net 00:00:06.98] Build FAILED. [xUnit.net 00:00:06.98] [xUnit.net 00:00:06.98] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:06.98] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:06.98] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:06.98] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:06.98] [xUnit.net 00:00:06.98] [xUnit.net 00:00:06.98] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:06.98] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj] [xUnit.net 00:00:06.98] [xUnit.net 00:00:06.98] 0 Warning(s) [xUnit.net 00:00:06.98] 2 Error(s) [xUnit.net 00:00:06.98] [xUnit.net 00:00:06.98] Time Elapsed 00:00:00.49 [xUnit.net 00:00:06.98] StdErr: [xUnit.net 00:00:06.98] No .NET SDKs were found. [xUnit.net 00:00:06.98] [xUnit.net 00:00:06.98] Download a .NET SDK: [xUnit.net 00:00:06.98] https://aka.ms/dotnet/download [xUnit.net 00:00:06.98] [xUnit.net 00:00:06.98] Learn about SDK resolution: [xUnit.net 00:00:06.98] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:06.99] No .NET SDKs were found. [xUnit.net 00:00:06.99] [xUnit.net 00:00:06.99] Download a .NET SDK: [xUnit.net 00:00:06.99] https://aka.ms/dotnet/download [xUnit.net 00:00:06.99] [xUnit.net 00:00:06.99] Learn about SDK resolution: [xUnit.net 00:00:06.99] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:06.99] [xUnit.net 00:00:06.99] Stack Trace: [xUnit.net 00:00:06.99] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:06.99] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:06.99] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:06.99] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:06.99] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:06.99] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:06.99] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:06.99] /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestFromDll.cs(94,0): at Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.TestsFromAGivenContainerAndArchSwitchShouldFlowToVsTestConsole() [xUnit.net 00:00:06.99] at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) [xUnit.net 00:00:06.99] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj /restore [xUnit.net 00:00:06.99] Output: [xUnit.net 00:00:06.99] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj /restore [xUnit.net 00:00:06.99] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:06.99] Build started 1/8/2026 10:30:23 AM. [xUnit.net 00:00:06.99] [xUnit.net 00:00:06.99] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:06.99] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:06.99] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:06.99] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:06.99] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:06.99] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj] [xUnit.net 00:00:06.99] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:06.99] [xUnit.net 00:00:06.99] Build FAILED. [xUnit.net 00:00:06.99] [xUnit.net 00:00:06.99] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:06.99] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:06.99] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:06.99] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:06.99] [xUnit.net 00:00:06.99] [xUnit.net 00:00:06.99] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:06.99] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj] [xUnit.net 00:00:06.99] [xUnit.net 00:00:06.99] 0 Warning(s) [xUnit.net 00:00:06.99] 2 Error(s) [xUnit.net 00:00:06.99] [xUnit.net 00:00:06.99] Time Elapsed 00:00:00.49 [xUnit.net 00:00:06.99] [xUnit.net 00:00:06.99] StdErr: [xUnit.net 00:00:07.00] No .NET SDKs were found. [xUnit.net 00:00:07.00] [xUnit.net 00:00:07.00] Download a .NET SDK: [xUnit.net 00:00:07.00] https://aka.ms/dotnet/download [xUnit.net 00:00:07.00] [xUnit.net 00:00:07.00] Learn about SDK resolution: [xUnit.net 00:00:07.00] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:07.00] No .NET SDKs were found. [xUnit.net 00:00:07.00] [xUnit.net 00:00:07.00] Download a .NET SDK: [xUnit.net 00:00:07.00] https://aka.ms/dotnet/download [xUnit.net 00:00:07.00] [xUnit.net 00:00:07.00] Learn about SDK resolution: [xUnit.net 00:00:07.00] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:07.00] Exit Code: 1 Process ID: 2108 GC: Beginning workload garbage collection. GC: Installed workloads: xamarin-android GC: Keeping manifest SampleManifest 5.0.0-preview1/6.0.100 as part of workload set GC: Keeping workload pack Xamarin.Android.Templates 1.0.3 as part of workload set GC: Keeping workload pack Xamarin.Android.Sdk 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.BuildTools.Win64Host 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.Framework 8.4.0 as part of workload set GC: Keeping workload pack Xamarin.Android.Runtime 8.4.7.4 as part of workload set GC: Keeping workload pack Mono.Android.Sdk 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.Armv7a 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.x86 7.0.1 as part of workload set GC: Beginning workload garbage collection. GC: Installed workloads: xamarin-android GC: Keeping manifest SampleManifest 5.0.0-preview1/6.0.100 as part of workload set GC: Keeping workload pack Xamarin.Android.Templates 1.0.3 as part of workload set GC: Keeping workload pack Xamarin.Android.Sdk 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.BuildTools.Win64Host 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.Framework 8.4.0 as part of workload set GC: Keeping workload pack Xamarin.Android.Runtime 8.4.7.4 as part of workload set GC: Keeping workload pack Mono.Android.Sdk 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.Armv7a 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.x86 7.0.1 as part of workload set GC: Beginning workload garbage collection. GC: Installed workloads: xamarin-android GC: Keeping manifest SampleManifest 5.0.0-preview1/6.0.100 as part of workload set GC: Keeping workload pack Xamarin.Android.Templates 1.0.3 as part of workload set GC: Keeping workload pack Xamarin.Android.Sdk 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.BuildTools.Win64Host 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.Framework 8.4.0 as part of workload set GC: Keeping workload pack Xamarin.Android.Runtime 8.4.7.4 as part of workload set GC: Keeping workload pack Mono.Android.Sdk 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.Armv7a 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.x86 7.0.1 as part of workload set GC: Beginning workload garbage collection. GC: Installed workloads: xamarin-android GC: Keeping manifest SampleManifest 5.0.0-preview1/6.0.100 as part of workload set GC: Keeping workload pack Xamarin.Android.Templates 1.0.3 as part of workload set GC: Keeping workload pack Xamarin.Android.Sdk 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.BuildTools.Win64Host 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.Framework 8.4.0 as part of workload set GC: Keeping workload pack Xamarin.Android.Runtime 8.4.7.4 as part of workload set GC: Keeping workload pack Mono.Android.Sdk 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.Armv7a 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.x86 7.0.1 as part of workload set GC: Beginning workload garbage collection. GC: Installed workloads: xamarin-android GC: Keeping manifest SampleManifest 5.0.0-preview1/6.0.100 as part of workload set GC: Keeping workload pack Xamarin.Android.Templates 1.0.3 as part of workload set GC: Keeping workload pack Xamarin.Android.Sdk 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.BuildTools.Win64Host 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.Framework 8.4.0 as part of workload set GC: Keeping workload pack Xamarin.Android.Runtime 8.4.7.4 as part of workload set GC: Keeping workload pack Mono.Android.Sdk 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.Armv7a 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.x86 7.0.1 as part of workload set GC: Beginning workload garbage collection. GC: Installed workloads: xamarin-android GC: Keeping manifest SampleManifest 5.0.0-preview1/6.0.100 as part of workload set GC: Keeping workload pack Xamarin.Android.Templates 1.0.3 as part of workload set GC: Keeping workload pack Xamarin.Android.Sdk 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.BuildTools.Win64Host 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.Framework 8.4.0 as part of workload set GC: Keeping workload pack Xamarin.Android.Runtime 8.4.7.4 as part of workload set GC: Keeping workload pack Mono.Android.Sdk 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.Armv7a 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.x86 7.0.1 as part of workload set Failed Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.TestsFromAGivenContainerAndArchSwitchShouldFlowToVsTestConsole [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:23 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.49 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.TestsFromAGivenContainerAndArchSwitchShouldFlowToVsTestConsole() in /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestFromDll.cs:line 94 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:23 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---733D5224\VSTestCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.49 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Passed Microsoft.DotNet.Cli.Workload.Clean.Tests.GivenDotnetWorkloadClean.GivenWorkloadCleanFileBasedItRemovesPacksAndPackRecords(userLocal: False, cleanAll: False) [473 ms] Passed Microsoft.DotNet.Cli.Workload.Clean.Tests.GivenDotnetWorkloadClean.GivenWorkloadCleanFileBasedItRemovesPacksAndPackRecords(userLocal: True, cleanAll: True) [196 ms] GC: Beginning workload garbage collection. GC: Installed workloads: xamarin-android GC: Keeping manifest SampleManifest 5.0.0-preview1/6.0.100 as part of workload set GC: Keeping workload pack Xamarin.Android.Templates 1.0.3 as part of workload set GC: Keeping workload pack Xamarin.Android.Sdk 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.BuildTools.Win64Host 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.Framework 8.4.0 as part of workload set GC: Keeping workload pack Xamarin.Android.Runtime 8.4.7.4 as part of workload set GC: Keeping workload pack Mono.Android.Sdk 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.Armv7a 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.x86 7.0.1 as part of workload set GC: Beginning workload garbage collection. GC: Installed workloads: xamarin-android GC: Keeping manifest SampleManifest 5.0.0-preview1/6.0.100 as part of workload set GC: Keeping workload pack Xamarin.Android.Templates 1.0.3 as part of workload set GC: Keeping workload pack Xamarin.Android.Sdk 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.BuildTools.Win64Host 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.Framework 8.4.0 as part of workload set GC: Keeping workload pack Xamarin.Android.Runtime 8.4.7.4 as part of workload set GC: Keeping workload pack Mono.Android.Sdk 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.Armv7a 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.x86 7.0.1 as part of workload set GC: Beginning workload garbage collection. GC: Installed workloads: xamarin-android GC: Keeping manifest SampleManifest 5.0.0-preview1/6.0.100 as part of workload set GC: Keeping workload pack Xamarin.Android.Templates 1.0.3 as part of workload set GC: Keeping workload pack Xamarin.Android.Sdk 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.BuildTools.Win64Host 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.Framework 8.4.0 as part of workload set GC: Keeping workload pack Xamarin.Android.Runtime 8.4.7.4 as part of workload set GC: Keeping workload pack Mono.Android.Sdk 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.Armv7a 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.x86 7.0.1 as part of workload set GC: Beginning workload garbage collection. GC: Installed workloads: xamarin-android GC: Keeping manifest SampleManifest 5.0.0-preview1/6.0.100 as part of workload set GC: Keeping workload pack Xamarin.Android.Templates 1.0.3 as part of workload set GC: Keeping workload pack Xamarin.Android.Sdk 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.BuildTools.Win64Host 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.Framework 8.4.0 as part of workload set GC: Keeping workload pack Xamarin.Android.Runtime 8.4.7.4 as part of workload set GC: Keeping workload pack Mono.Android.Sdk 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.Armv7a 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.x86 7.0.1 as part of workload set Running C:\h\w\AA32093B\p\d\dotnet.exe test --property:VsTestUseMSBuildOutput=false -tl:false --environment __DOTNET_TEST_ENVIRONMENT_VARIABLE_EMPTY --environment __DOTNET_TEST_ENVIRONMENT_VARIABLE_1=VALUE1 --environment "__DOTNET_TEST_ENVIRONMENT_VARIABLE_2=VALUE WITH SPACE" --logger console;verbosity=detailed Process ID: 7332 GC: Beginning workload garbage collection. GC: Installed workloads: xamarin-android GC: Keeping manifest SampleManifest 5.0.0-preview1/6.0.100 as part of workload set GC: Keeping workload pack Xamarin.Android.Templates 1.0.3 as part of workload set GC: Keeping workload pack Xamarin.Android.Sdk 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.BuildTools.Win64Host 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.Framework 8.4.0 as part of workload set GC: Keeping workload pack Xamarin.Android.Runtime 8.4.7.4 as part of workload set GC: Keeping workload pack Mono.Android.Sdk 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.Armv7a 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.x86 7.0.1 as part of workload set GC: Beginning workload garbage collection. GC: Installed workloads: xamarin-android GC: Keeping manifest SampleManifest 5.0.0-preview1/6.0.100 as part of workload set GC: Keeping workload pack Xamarin.Android.Templates 1.0.3 as part of workload set GC: Keeping workload pack Xamarin.Android.Sdk 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.BuildTools.Win64Host 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.Framework 8.4.0 as part of workload set GC: Keeping workload pack Xamarin.Android.Runtime 8.4.7.4 as part of workload set GC: Keeping workload pack Mono.Android.Sdk 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.Armv7a 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.x86 7.0.1 as part of workload set GC: Beginning workload garbage collection. GC: Installed workloads: xamarin-android GC: Keeping manifest SampleManifest 5.0.0-preview1/6.0.100 as part of workload set GC: Keeping workload pack Xamarin.Android.Templates 1.0.3 as part of workload set GC: Keeping workload pack Xamarin.Android.Sdk 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.BuildTools.Win64Host 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.Framework 8.4.0 as part of workload set GC: Keeping workload pack Xamarin.Android.Runtime 8.4.7.4 as part of workload set GC: Keeping workload pack Mono.Android.Sdk 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.Armv7a 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.x86 7.0.1 as part of workload set GC: Beginning workload garbage collection. GC: Installed workloads: xamarin-android GC: Keeping manifest SampleManifest 5.0.0-preview1/6.0.100 as part of workload set GC: Keeping workload pack Xamarin.Android.Templates 1.0.3 as part of workload set GC: Keeping workload pack Xamarin.Android.Sdk 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.BuildTools.Win64Host 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.Framework 8.4.0 as part of workload set GC: Keeping workload pack Xamarin.Android.Runtime 8.4.7.4 as part of workload set GC: Keeping workload pack Mono.Android.Sdk 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.Armv7a 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.x86 7.0.1 as part of workload set GC: Beginning workload garbage collection. GC: Installed workloads: xamarin-android GC: Keeping manifest SampleManifest 5.0.0-preview1/6.0.100 as part of workload set GC: Keeping workload pack Xamarin.Android.Templates 1.0.3 as part of workload set GC: Keeping workload pack Xamarin.Android.Sdk 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.BuildTools.Win64Host 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.Framework 8.4.0 as part of workload set GC: Keeping workload pack Xamarin.Android.Runtime 8.4.7.4 as part of workload set GC: Keeping workload pack Mono.Android.Sdk 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.Armv7a 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.x86 7.0.1 as part of workload set GC: Beginning workload garbage collection. GC: Installed workloads: xamarin-android GC: Keeping manifest SampleManifest 5.0.0-preview1/6.0.100 as part of workload set GC: Keeping workload pack Xamarin.Android.Templates 1.0.3 as part of workload set GC: Keeping workload pack Xamarin.Android.Sdk 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.BuildTools.Win64Host 8.4.7 as part of workload set GC: Keeping workload pack Xamarin.Android.Framework 8.4.0 as part of workload set GC: Keeping workload pack Xamarin.Android.Runtime 8.4.7.4 as part of workload set GC: Keeping workload pack Mono.Android.Sdk 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.Armv7a 7.0.1 as part of workload set GC: Keeping workload pack Mono.Android.Runtime.x86 7.0.1 as part of workload set Passed Microsoft.DotNet.Cli.Workload.Clean.Tests.GivenDotnetWorkloadClean.GivenWorkloadCleanFileBasedItRemovesPacksAndPackRecords(userLocal: False, cleanAll: True) [191 ms] Passed Microsoft.DotNet.Cli.Workload.Clean.Tests.GivenDotnetWorkloadClean.GivenWorkloadCleanFileBasedItRemovesPacksAndPackRecords(userLocal: True, cleanAll: False) [898 ms] Passed Microsoft.DotNet.Cli.Workload.Clean.Tests.GivenDotnetWorkloadClean.GivenWorkloadCleanAllFileBasedItCleansAllFeatureBands(userLocal: False) [202 ms] Passed Microsoft.DotNet.Cli.Workload.Clean.Tests.GivenDotnetWorkloadClean.GivenWorkloadCleanAllFileBasedItCleansAllFeatureBands(userLocal: True) [126 ms] Passed Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWhenNotSurroundedSurrounds(input: "\"a") [3 ms] Passed Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWhenNotSurroundedSurrounds(input: "") [< 1 ms] Passed Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWhenNotSurroundedSurrounds(input: "aaa") [< 1 ms] Passed Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWhenNotSurroundedSurrounds(input: "a\"") [< 1 ms] Passed Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWhenNotSurroundedSurrounds(input: "a") [< 1 ms] Passed Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesHandlesCorrectlyOddCountOfTrailingBackslashes(input: "\\") [< 1 ms] Passed Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesHandlesCorrectlyOddCountOfTrailingBackslashes(input: "/\\/\\/\\") [< 1 ms] Passed Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesHandlesCorrectlyOddCountOfTrailingBackslashes(input: "/\\") [< 1 ms] Passed Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesHandlesCorrectlyOddCountOfTrailingBackslashes(input: "\\\\\\") [< 1 ms] Passed Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesHandlesCorrectlyEvenCountOfTrailingBackslashes(input: "/\\\\") [< 1 ms] Passed Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesHandlesCorrectlyEvenCountOfTrailingBackslashes(input: "\\\\") [< 1 ms] Passed Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesHandlesCorrectlyEvenCountOfTrailingBackslashes(input: "\\\\\\\\") [< 1 ms] Passed Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesHandlesCorrectlyEvenCountOfTrailingBackslashes(input: "/\\/\\/\\\\") [< 1 ms] Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj /restore Process ID: 5424 [xUnit.net 00:00:09.27] Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.ItSetsDotnetRootToTheLocationOfDotnetExecutableWhenRunningDotnetTestWithDll [FAIL] [xUnit.net 00:00:09.27] Expected command to pass but it did not. [xUnit.net 00:00:09.27] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:09.27] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj /restore [xUnit.net 00:00:09.27] Exit Code: 1 [xUnit.net 00:00:09.27] StdOut: [xUnit.net 00:00:09.27] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:09.27] Build started 1/8/2026 10:30:24 AM. [xUnit.net 00:00:09.27] [xUnit.net 00:00:09.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:09.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:09.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:09.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:09.27] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:09.28] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj] [xUnit.net 00:00:09.28] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:09.28] [xUnit.net 00:00:09.28] Build FAILED. [xUnit.net 00:00:09.28] [xUnit.net 00:00:09.28] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:09.28] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:09.28] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:09.28] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:09.28] [xUnit.net 00:00:09.28] [xUnit.net 00:00:09.28] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:09.28] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj] [xUnit.net 00:00:09.28] [xUnit.net 00:00:09.28] 0 Warning(s) [xUnit.net 00:00:09.28] 2 Error(s) [xUnit.net 00:00:09.28] [xUnit.net 00:00:09.28] Time Elapsed 00:00:00.75 [xUnit.net 00:00:09.28] StdErr: [xUnit.net 00:00:09.28] No .NET SDKs were found. [xUnit.net 00:00:09.28] Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj /restore [xUnit.net 00:00:09.28] Download a .NET SDK: [xUnit.net 00:00:09.28] https://aka.ms/dotnet/download [xUnit.net 00:00:09.28] [xUnit.net 00:00:09.28] Learn about SDK resolution: [xUnit.net 00:00:09.28] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:09.28] No .NET SDKs were found. [xUnit.net 00:00:09.28] [xUnit.net 00:00:09.28] Download a .NET SDK: [xUnit.net 00:00:09.28] https://aka.ms/dotnet/download [xUnit.net 00:00:09.28] [xUnit.net 00:00:09.28] Learn about SDK resolution: [xUnit.net 00:00:09.28] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:09.28] [xUnit.net 00:00:09.28] Stack Trace: [xUnit.net 00:00:09.28] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:09.28] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:09.28] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:09.28] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:09.28] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:09.28] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:09.28] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:09.28] /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestFromDll.cs(64,0): at Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.ItSetsDotnetRootToTheLocationOfDotnetExecutableWhenRunningDotnetTestWithDll() [xUnit.net 00:00:09.28] at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) [xUnit.net 00:00:09.28] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:09.28] Output: [xUnit.net 00:00:09.28] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj /restore [xUnit.net 00:00:09.28] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:09.28] Build started 1/8/2026 10:30:24 AM. [xUnit.net 00:00:09.28] [xUnit.net 00:00:09.28] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:09.28] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:09.28] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:09.28] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:09.28] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:09.28] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj] [xUnit.net 00:00:09.28] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:09.28] [xUnit.net 00:00:09.28] Build FAILED. [xUnit.net 00:00:09.28] [xUnit.net 00:00:09.28] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:09.28] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:09.28] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:09.28] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:09.29] [xUnit.net 00:00:09.29] [xUnit.net 00:00:09.29] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:09.29] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj] [xUnit.net 00:00:09.29] [xUnit.net 00:00:09.29] 0 Warning(s) [xUnit.net 00:00:09.29] 2 Error(s) [xUnit.net 00:00:09.29] [xUnit.net 00:00:09.29] Time Elapsed 00:00:00.75 [xUnit.net 00:00:09.29] [xUnit.net 00:00:09.29] StdErr: [xUnit.net 00:00:09.29] No .NET SDKs were found. [xUnit.net 00:00:09.29] [xUnit.net 00:00:09.29] Download a .NET SDK: [xUnit.net 00:00:09.29] https://aka.ms/dotnet/download [xUnit.net 00:00:09.29] [xUnit.net 00:00:09.29] Learn about SDK resolution: [xUnit.net 00:00:09.29] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:09.29] No .NET SDKs were found. [xUnit.net 00:00:09.29] [xUnit.net 00:00:09.29] Download a .NET SDK: [xUnit.net 00:00:09.29] https://aka.ms/dotnet/download [xUnit.net 00:00:09.29] [xUnit.net 00:00:09.29] Learn about SDK resolution: [xUnit.net 00:00:09.29] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:09.29] Exit Code: 1 Process ID: 7412 [xUnit.net 00:00:10.39] Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.TestsFromAGivenContainerShouldRunWithExpectedOutput [FAIL] [xUnit.net 00:00:10.39] Expected command to pass but it did not. [xUnit.net 00:00:10.39] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:10.39] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj /restore [xUnit.net 00:00:10.39] Exit Code: 1 [xUnit.net 00:00:10.39] StdOut: [xUnit.net 00:00:10.39] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:10.39] Build started 1/8/2026 10:30:26 AM. [xUnit.net 00:00:10.39] [xUnit.net 00:00:10.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:10.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:10.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:10.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:10.39] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:10.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj] [xUnit.net 00:00:10.39] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:10.39] [xUnit.net 00:00:10.39] Build FAILED. [xUnit.net 00:00:10.39] [xUnit.net 00:00:10.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:10.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:10.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:10.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:10.39] [xUnit.net 00:00:10.39] [xUnit.net 00:00:10.39] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:10.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj] [xUnit.net 00:00:10.40] [xUnit.net 00:00:10.40] 0 Warning(s) [xUnit.net 00:00:10.40] 2 Error(s) [xUnit.net 00:00:10.40] [xUnit.net 00:00:10.40] Time Elapsed 00:00:00.60 [xUnit.net 00:00:10.40] StdErr: [xUnit.net 00:00:10.40] No .NET SDKs were found. [xUnit.net 00:00:10.40] [xUnit.net 00:00:10.40] Download a .NET SDK: [xUnit.net 00:00:10.40] https://aka.ms/dotnet/download [xUnit.net 00:00:10.40] [xUnit.net 00:00:10.40] Learn about SDK resolution: [xUnit.net 00:00:10.40] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:10.40] No .NET SDKs were found. [xUnit.net 00:00:10.40] [xUnit.net 00:00:10.40] Download a .NET SDK: [xUnit.net 00:00:10.40] https://aka.ms/dotnet/download [xUnit.net 00:00:10.40] [xUnit.net 00:00:10.40] Learn about SDK resolution: [xUnit.net 00:00:10.40] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:10.40] [xUnit.net 00:00:10.40] Stack Trace: [xUnit.net 00:00:10.40] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:10.40] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:10.40] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:10.40] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:10.40] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:10.41] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:10.41] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:10.41] /_/test/dotnet-vstest.Tests/VSTestTests.cs(30,0): at Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.TestsFromAGivenContainerShouldRunWithExpectedOutput() [xUnit.net 00:00:10.41] at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) [xUnit.net 00:00:10.41] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:10.41] Output: [xUnit.net 00:00:10.41] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj /restore [xUnit.net 00:00:10.41] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:10.41] Build started 1/8/2026 10:30:26 AM. [xUnit.net 00:00:10.41] [xUnit.net 00:00:10.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:10.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:10.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:10.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:10.41] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:10.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj] [xUnit.net 00:00:10.41] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:10.41] [xUnit.net 00:00:10.41] Build FAILED. [xUnit.net 00:00:10.41] [xUnit.net 00:00:10.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:10.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:10.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:10.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:10.41] [xUnit.net 00:00:10.41] [xUnit.net 00:00:10.42] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:10.42] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj] [xUnit.net 00:00:10.42] [xUnit.net 00:00:10.42] 0 Warning(s) [xUnit.net 00:00:10.42] 2 Error(s) [xUnit.net 00:00:10.42] [xUnit.net 00:00:10.42] Time Elapsed 00:00:00.60 [xUnit.net 00:00:10.42] [xUnit.net 00:00:10.42] StdErr: [xUnit.net 00:00:10.42] No .NET SDKs were found. [xUnit.net 00:00:10.42] [xUnit.net 00:00:10.42] Download a .NET SDK: [xUnit.net 00:00:10.42] https://aka.ms/dotnet/download [xUnit.net 00:00:10.42] [xUnit.net 00:00:10.42] Learn about SDK resolution: [xUnit.net 00:00:10.42] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:10.42] No .NET SDKs were found. [xUnit.net 00:00:10.42] [xUnit.net 00:00:10.42] Download a .NET SDK: [xUnit.net 00:00:10.42] https://aka.ms/dotnet/download [xUnit.net 00:00:10.42] [xUnit.net 00:00:10.42] Learn about SDK resolution: [xUnit.net 00:00:10.42] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:10.42] Exit Code: 1 Passed Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWhenAlreadySurroundedDoesNothing(input: "") [< 1 ms] Passed Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWhenAlreadySurroundedDoesNothing(input: "\"aaa\"") [< 1 ms] Passed Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWhenAlreadySurroundedDoesNothing(input: "\"a\"") [< 1 ms] Passed Microsoft.DotNet.Cli.Test.Tests.TestCommandParserTests.SurroundWithDoubleQuotesWithNullThrows [< 1 ms] Failed Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.ItSetsDotnetRootToTheLocationOfDotnetExecutableWhenRunningDotnetTestWithDll [2 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:24 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.75 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.ItSetsDotnetRootToTheLocationOfDotnetExecutableWhenRunningDotnetTestWithDll() in /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestFromDll.cs:line 64 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:24 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItSetsDotnetR---008DB4E2\VSTestCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.75 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Failed Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.TestsFromAGivenContainerShouldRunWithExpectedOutput [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:26 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.60 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.TestsFromAGivenContainerShouldRunWithExpectedOutput() in /_/test/dotnet-vstest.Tests/VSTestTests.cs:line 30 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:26 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---0C993D33\VSTestCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.60 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj Process ID: 3720 [xUnit.net 00:00:10.83] Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.MissingOutputDllAndArgumentsEndWithDllOrExeShouldFailInMSBuild(arg: "-e:foo=bardll") [FAIL] [xUnit.net 00:00:10.83] Expected command to pass but it did not. [xUnit.net 00:00:10.83] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:10.83] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj /restore [xUnit.net 00:00:10.83] Exit Code: 1 [xUnit.net 00:00:10.83] StdOut: [xUnit.net 00:00:10.83] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:10.83] Build started 1/8/2026 10:30:26 AM. [xUnit.net 00:00:10.83] [xUnit.net 00:00:10.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:10.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:10.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:10.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:10.83] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:10.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj] [xUnit.net 00:00:10.83] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:10.83] [xUnit.net 00:00:10.83] Build FAILED. [xUnit.net 00:00:10.83] [xUnit.net 00:00:10.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:10.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:10.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:10.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:10.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj] [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] 0 Warning(s) [xUnit.net 00:00:10.84] 2 Error(s) [xUnit.net 00:00:10.84] Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj /restore [xUnit.net 00:00:10.84] Time Elapsed 00:00:00.60 [xUnit.net 00:00:10.84] StdErr: [xUnit.net 00:00:10.84] No .NET SDKs were found. [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] Download a .NET SDK: [xUnit.net 00:00:10.84] https://aka.ms/dotnet/download [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] Learn about SDK resolution: [xUnit.net 00:00:10.84] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:10.84] No .NET SDKs were found. [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] Download a .NET SDK: [xUnit.net 00:00:10.84] https://aka.ms/dotnet/download [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] Learn about SDK resolution: [xUnit.net 00:00:10.84] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] Stack Trace: [xUnit.net 00:00:10.84] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:10.84] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:10.84] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:10.84] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:10.84] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:10.84] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:10.84] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:10.84] /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestFromDll.cs(121,0): at Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.MissingOutputDllAndArgumentsEndWithDllOrExeShouldFailInMSBuild(String arg) [xUnit.net 00:00:10.84] at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) [xUnit.net 00:00:10.84] at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr) [xUnit.net 00:00:10.84] Output: [xUnit.net 00:00:10.84] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj /restore [xUnit.net 00:00:10.84] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:10.84] Build started 1/8/2026 10:30:26 AM. [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:10.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:10.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:10.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:10.84] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:10.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj] [xUnit.net 00:00:10.84] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] Build FAILED. [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:10.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:10.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:10.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:10.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj] [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] 0 Warning(s) [xUnit.net 00:00:10.84] 2 Error(s) [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] Time Elapsed 00:00:00.60 [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] StdErr: [xUnit.net 00:00:10.84] No .NET SDKs were found. [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] Download a .NET SDK: [xUnit.net 00:00:10.84] https://aka.ms/dotnet/download [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] Learn about SDK resolution: [xUnit.net 00:00:10.84] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:10.84] No .NET SDKs were found. [xUnit.net 00:00:10.84] [xUnit.net 00:00:10.84] Download a .NET SDK: [xUnit.net 00:00:10.84] https://aka.ms/dotnet/download [xUnit.net 00:00:10.85] [xUnit.net 00:00:10.85] Learn about SDK resolution: [xUnit.net 00:00:10.85] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:10.85] Exit Code: 1 Process ID: 1684 [xUnit.net 00:00:11.90] Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.ItShouldAcceptMultipleLoggers [FAIL] [xUnit.net 00:00:11.90] Expected command to pass but it did not. [xUnit.net 00:00:11.90] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:11.90] Arguments: /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj [xUnit.net 00:00:11.90] Exit Code: 1 [xUnit.net 00:00:11.90] StdOut: [xUnit.net 00:00:11.90] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:11.90] Build started 1/8/2026 10:30:27 AM. [xUnit.net 00:00:11.90] [xUnit.net 00:00:11.90] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:11.90] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:11.90] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:11.90] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:11.90] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:11.90] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj] [xUnit.net 00:00:11.90] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:11.90] [xUnit.net 00:00:11.90] Build FAILED. [xUnit.net 00:00:11.90] [xUnit.net 00:00:11.91] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:11.91] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:11.91] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:11.91] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:11.91] [xUnit.net 00:00:11.91] [xUnit.net 00:00:11.91] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj" (Restore target) (1) -> [xUnit.net 00:00:11.91] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj] [xUnit.net 00:00:11.91] [xUnit.net 00:00:11.91] 0 Warning(s) [xUnit.net 00:00:11.91] 2 Error(s) [xUnit.net 00:00:11.91] [xUnit.net 00:00:11.91] Time Elapsed 00:00:00.59 [xUnit.net 00:00:11.91] StdErr: [xUnit.net 00:00:11.91] No .NET SDKs were found. [xUnit.net 00:00:11.91] [xUnit.net 00:00:11.91] Download a .NET SDK: Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj [xUnit.net 00:00:11.91] https://aka.ms/dotnet/download [xUnit.net 00:00:11.91] [xUnit.net 00:00:11.91] Learn about SDK resolution: [xUnit.net 00:00:11.91] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:11.91] No .NET SDKs were found. [xUnit.net 00:00:11.91] [xUnit.net 00:00:11.91] Download a .NET SDK: [xUnit.net 00:00:11.91] https://aka.ms/dotnet/download [xUnit.net 00:00:11.91] [xUnit.net 00:00:11.91] Learn about SDK resolution: [xUnit.net 00:00:11.91] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:11.91] [xUnit.net 00:00:11.91] Stack Trace: [xUnit.net 00:00:11.91] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:11.91] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:11.91] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:11.91] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:11.91] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:11.91] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:11.91] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:11.91] /_/test/dotnet-vstest.Tests/VSTestTests.cs(207,0): at Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.CopyAndRestoreVSTestDotNetCoreTestApp(String callingMethod) [xUnit.net 00:00:11.91] /_/test/dotnet-vstest.Tests/VSTestTests.cs(124,0): at Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.ItShouldAcceptMultipleLoggers() [xUnit.net 00:00:11.91] at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) [xUnit.net 00:00:11.91] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:11.91] Output: [xUnit.net 00:00:11.91] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj [xUnit.net 00:00:11.91] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:11.91] Build started 1/8/2026 10:30:27 AM. [xUnit.net 00:00:11.91] [xUnit.net 00:00:11.91] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:11.91] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:11.91] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:11.91] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:11.91] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:11.91] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj] [xUnit.net 00:00:11.91] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:11.91] [xUnit.net 00:00:11.91] Build FAILED. [xUnit.net 00:00:11.91] [xUnit.net 00:00:11.91] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. Process ID: 5144 [xUnit.net 00:00:11.91] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:11.91] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:11.91] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:11.91] [xUnit.net 00:00:11.91] [xUnit.net 00:00:11.91] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj" (Restore target) (1) -> [xUnit.net 00:00:11.91] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj] [xUnit.net 00:00:11.91] [xUnit.net 00:00:11.91] 0 Warning(s) [xUnit.net 00:00:11.91] 2 Error(s) [xUnit.net 00:00:11.91] [xUnit.net 00:00:11.91] Time Elapsed 00:00:00.59 [xUnit.net 00:00:11.92] [xUnit.net 00:00:11.92] StdErr: [xUnit.net 00:00:11.92] No .NET SDKs were found. [xUnit.net 00:00:11.92] [xUnit.net 00:00:11.92] Download a .NET SDK: [xUnit.net 00:00:11.92] https://aka.ms/dotnet/download [xUnit.net 00:00:11.92] [xUnit.net 00:00:11.92] Learn about SDK resolution: [xUnit.net 00:00:11.92] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:11.92] No .NET SDKs were found. [xUnit.net 00:00:11.92] [xUnit.net 00:00:11.92] Download a .NET SDK: [xUnit.net 00:00:11.92] https://aka.ms/dotnet/download [xUnit.net 00:00:11.92] [xUnit.net 00:00:11.92] Learn about SDK resolution: [xUnit.net 00:00:11.92] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:11.92] Exit Code: 1 [xUnit.net 00:00:12.36] Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.MissingOutputDllAndArgumentsEndWithDllOrExeShouldFailInMSBuild(arg: "-e:foo=barexe") [FAIL] [xUnit.net 00:00:12.36] Expected command to pass but it did not. [xUnit.net 00:00:12.36] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:12.36] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj /restore [xUnit.net 00:00:12.36] Exit Code: 1 [xUnit.net 00:00:12.36] StdOut: [xUnit.net 00:00:12.36] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:12.36] Build started 1/8/2026 10:30:28 AM. [xUnit.net 00:00:12.36] [xUnit.net 00:00:12.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:12.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:12.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:12.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:12.36] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:12.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj] [xUnit.net 00:00:12.36] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:12.36] [xUnit.net 00:00:12.36] Build FAILED. [xUnit.net 00:00:12.36] [xUnit.net 00:00:12.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:12.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:12.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:12.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:12.36] [xUnit.net 00:00:12.36] [xUnit.net 00:00:12.36] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:12.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj] [xUnit.net 00:00:12.36] [xUnit.net 00:00:12.36] 0 Warning(s) [xUnit.net 00:00:12.36] 2 Error(s) [xUnit.net 00:00:12.36] [xUnit.net 00:00:12.36] Time Elapsed 00:00:00.70 [xUnit.net 00:00:12.37] StdErr: [xUnit.net 00:00:12.37] No .NET SDKs were found. [xUnit.net 00:00:12.37] [xUnit.net 00:00:12.37] Download a .NET SDK: [xUnit.net 00:00:12.37] https://aka.ms/dotnet/download [xUnit.net 00:00:12.37] [xUnit.net 00:00:12.37] Learn about SDK resolution: [xUnit.net 00:00:12.37] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:12.37] No .NET SDKs were found. [xUnit.net 00:00:12.37] [xUnit.net 00:00:12.37] Download a .NET SDK: [xUnit.net 00:00:12.37] https://aka.ms/dotnet/download [xUnit.net 00:00:12.37] [xUnit.net 00:00:12.37] Learn about SDK resolution: [xUnit.net 00:00:12.37] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:12.37] [xUnit.net 00:00:12.37] Stack Trace: [xUnit.net 00:00:12.37] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:12.37] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:12.37] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:12.37] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:12.37] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:12.37] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:12.37] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:12.37] /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestFromDll.cs(121,0): at Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.MissingOutputDllAndArgumentsEndWithDllOrExeShouldFailInMSBuild(String arg) [xUnit.net 00:00:12.37] at InvokeStub_GivenDotnettestBuildsAndRunsTestFromDll.MissingOutputDllAndArgumentsEndWithDllOrExeShouldFailInMSBuild(Object, Span`1) [xUnit.net 00:00:12.37] at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) [xUnit.net 00:00:12.37] Output: [xUnit.net 00:00:12.37] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj /restore [xUnit.net 00:00:12.37] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:12.37] Build started 1/8/2026 10:30:28 AM. [xUnit.net 00:00:12.37] [xUnit.net 00:00:12.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:12.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:12.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:12.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:12.37] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:12.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj] [xUnit.net 00:00:12.37] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:12.37] [xUnit.net 00:00:12.37] Build FAILED. [xUnit.net 00:00:12.37] [xUnit.net 00:00:12.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:12.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:12.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:12.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:12.37] [xUnit.net 00:00:12.37] [xUnit.net 00:00:12.37] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:12.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj] [xUnit.net 00:00:12.37] [xUnit.net 00:00:12.37] 0 Warning(s) Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj /restore [xUnit.net 00:00:12.37] 2 Error(s) [xUnit.net 00:00:12.37] [xUnit.net 00:00:12.37] Time Elapsed 00:00:00.70 [xUnit.net 00:00:12.37] [xUnit.net 00:00:12.37] StdErr: [xUnit.net 00:00:12.37] No .NET SDKs were found. [xUnit.net 00:00:12.37] [xUnit.net 00:00:12.37] Download a .NET SDK: [xUnit.net 00:00:12.37] https://aka.ms/dotnet/download [xUnit.net 00:00:12.37] [xUnit.net 00:00:12.37] Learn about SDK resolution: [xUnit.net 00:00:12.37] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:12.37] No .NET SDKs were found. [xUnit.net 00:00:12.37] [xUnit.net 00:00:12.37] Download a .NET SDK: [xUnit.net 00:00:12.37] https://aka.ms/dotnet/download [xUnit.net 00:00:12.37] [xUnit.net 00:00:12.37] Learn about SDK resolution: [xUnit.net 00:00:12.37] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:12.37] Exit Code: 1 Failed Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.MissingOutputDllAndArgumentsEndWithDllOrExeShouldFailInMSBuild(arg: "-e:foo=bardll") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:26 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.60 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.MissingOutputDllAndArgumentsEndWithDllOrExeShouldFailInMSBuild(String arg) in /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestFromDll.cs:line 121 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr) Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:26 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F\VSTestCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.60 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Failed Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.ItShouldAcceptMultipleLoggers [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:27 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.59 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.CopyAndRestoreVSTestDotNetCoreTestApp(String callingMethod) in /_/test/dotnet-vstest.Tests/VSTestTests.cs:line 207 at Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.ItShouldAcceptMultipleLoggers() in /_/test/dotnet-vstest.Tests/VSTestTests.cs:line 124 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:27 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---7C948CAB\VSTestTestRunParameters.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.59 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Failed Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.MissingOutputDllAndArgumentsEndWithDllOrExeShouldFailInMSBuild(arg: "-e:foo=barexe") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:28 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.70 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.MissingOutputDllAndArgumentsEndWithDllOrExeShouldFailInMSBuild(String arg) in /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestFromDll.cs:line 121 at InvokeStub_GivenDotnettestBuildsAndRunsTestFromDll.MissingOutputDllAndArgumentsEndWithDllOrExeShouldFailInMSBuild(Object, Span`1) at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:28 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\MissingOutput---74D6606F_1\VSTestCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.70 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Process ID: 3884 [xUnit.net 00:00:13.40] Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.ItShouldAcceptNoLoggers [FAIL] [xUnit.net 00:00:13.40] Expected command to pass but it did not. [xUnit.net 00:00:13.40] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:13.40] Arguments: /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj [xUnit.net 00:00:13.40] Exit Code: 1 [xUnit.net 00:00:13.40] StdOut: [xUnit.net 00:00:13.40] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:13.40] Build started 1/8/2026 10:30:29 AM. [xUnit.net 00:00:13.40] [xUnit.net 00:00:13.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:13.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:13.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:13.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:13.40] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:13.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj] [xUnit.net 00:00:13.40] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:13.40] [xUnit.net 00:00:13.40] Build FAILED. [xUnit.net 00:00:13.40] [xUnit.net 00:00:13.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:13.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:13.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:13.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:13.40] [xUnit.net 00:00:13.40] [xUnit.net 00:00:13.40] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj" (Restore target) (1) -> [xUnit.net 00:00:13.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj] [xUnit.net 00:00:13.40] [xUnit.net 00:00:13.40] 0 Warning(s) [xUnit.net 00:00:13.40] 2 Error(s) [xUnit.net 00:00:13.40] [xUnit.net 00:00:13.40] Time Elapsed 00:00:00.60 [xUnit.net 00:00:13.40] StdErr: [xUnit.net 00:00:13.40] No .NET SDKs were found. [xUnit.net 00:00:13.40] [xUnit.net 00:00:13.40] Download a .NET SDK: [xUnit.net 00:00:13.40] https://aka.ms/dotnet/download [xUnit.net 00:00:13.40] [xUnit.net 00:00:13.40] Learn about SDK resolution: [xUnit.net 00:00:13.40] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:13.40] No .NET SDKs were found. [xUnit.net 00:00:13.40] [xUnit.net 00:00:13.40] Download a .NET SDK: [xUnit.net 00:00:13.40] https://aka.ms/dotnet/download [xUnit.net 00:00:13.40] [xUnit.net 00:00:13.40] Learn about SDK resolution: [xUnit.net 00:00:13.40] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:13.40] [xUnit.net 00:00:13.40] Stack Trace: [xUnit.net 00:00:13.40] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:13.40] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:13.40] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:13.41] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:13.41] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:13.41] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:13.41] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:13.41] /_/test/dotnet-vstest.Tests/VSTestTests.cs(207,0): at Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.CopyAndRestoreVSTestDotNetCoreTestApp(String callingMethod) [xUnit.net 00:00:13.41] /_/test/dotnet-vstest.Tests/VSTestTests.cs(167,0): at Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.ItShouldAcceptNoLoggers() [xUnit.net 00:00:13.41] at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) [xUnit.net 00:00:13.41] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:13.41] Output: [xUnit.net 00:00:13.41] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj [xUnit.net 00:00:13.41] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:13.41] Build started 1/8/2026 10:30:29 AM. [xUnit.net 00:00:13.41] [xUnit.net 00:00:13.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:13.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:13.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:13.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:13.41] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:13.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj] [xUnit.net 00:00:13.41] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:13.41] [xUnit.net 00:00:13.41] Build FAILED. [xUnit.net 00:00:13.41] [xUnit.net 00:00:13.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:13.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:13.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:13.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:13.41] [xUnit.net 00:00:13.41] [xUnit.net 00:00:13.41] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj" (Restore target) (1) -> [xUnit.net 00:00:13.41] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj] [xUnit.net 00:00:13.41] [xUnit.net 00:00:13.41] 0 Warning(s) [xUnit.net 00:00:13.41] 2 Error(s) [xUnit.net 00:00:13.41] Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj [xUnit.net 00:00:13.41] Time Elapsed 00:00:00.60 [xUnit.net 00:00:13.41] [xUnit.net 00:00:13.41] StdErr: [xUnit.net 00:00:13.41] No .NET SDKs were found. [xUnit.net 00:00:13.41] [xUnit.net 00:00:13.41] Download a .NET SDK: [xUnit.net 00:00:13.41] https://aka.ms/dotnet/download [xUnit.net 00:00:13.41] [xUnit.net 00:00:13.41] Learn about SDK resolution: [xUnit.net 00:00:13.41] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:13.41] No .NET SDKs were found. [xUnit.net 00:00:13.41] [xUnit.net 00:00:13.41] Download a .NET SDK: [xUnit.net 00:00:13.41] https://aka.ms/dotnet/download [xUnit.net 00:00:13.41] [xUnit.net 00:00:13.41] Learn about SDK resolution: [xUnit.net 00:00:13.41] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:13.41] Exit Code: 1 Process ID: 3900 [xUnit.net 00:00:13.77] Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.TestsFromAGivenContainerShouldRunWithExpectedOutput [FAIL] [xUnit.net 00:00:13.77] Expected command to pass but it did not. [xUnit.net 00:00:13.77] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:13.77] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj /restore [xUnit.net 00:00:13.77] Exit Code: 1 [xUnit.net 00:00:13.77] StdOut: [xUnit.net 00:00:13.77] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:13.77] Build started 1/8/2026 10:30:29 AM. [xUnit.net 00:00:13.77] [xUnit.net 00:00:13.77] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:13.77] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:13.77] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:13.77] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:13.77] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:13.77] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj] [xUnit.net 00:00:13.77] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:13.77] [xUnit.net 00:00:13.77] Build FAILED. [xUnit.net 00:00:13.77] [xUnit.net 00:00:13.77] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:13.77] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:13.77] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:13.77] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:13.77] [xUnit.net 00:00:13.77] [xUnit.net 00:00:13.77] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:13.77] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj] [xUnit.net 00:00:13.77] [xUnit.net 00:00:13.77] 0 Warning(s) [xUnit.net 00:00:13.77] 2 Error(s) [xUnit.net 00:00:13.77] [xUnit.net 00:00:13.77] Time Elapsed 00:00:00.59 [xUnit.net 00:00:13.77] StdErr: [xUnit.net 00:00:13.77] No .NET SDKs were found. [xUnit.net 00:00:13.77] [xUnit.net 00:00:13.77] Download a .NET SDK: [xUnit.net 00:00:13.77] https://aka.ms/dotnet/download [xUnit.net 00:00:13.77] [xUnit.net 00:00:13.77] Learn about SDK resolution: [xUnit.net 00:00:13.77] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:13.77] No .NET SDKs were found. [xUnit.net 00:00:13.77] [xUnit.net 00:00:13.77] Download a .NET SDK: [xUnit.net 00:00:13.77] https://aka.ms/dotnet/download [xUnit.net 00:00:13.77] [xUnit.net 00:00:13.77] Learn about SDK resolution: [xUnit.net 00:00:13.77] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:13.77] [xUnit.net 00:00:13.78] Stack Trace: [xUnit.net 00:00:13.78] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:13.78] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:13.78] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:13.78] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:13.78] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:13.78] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:13.78] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:13.78] /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestFromDll.cs(30,0): at Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.TestsFromAGivenContainerShouldRunWithExpectedOutput() [xUnit.net 00:00:13.78] at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) [xUnit.net 00:00:13.78] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:13.78] Output: [xUnit.net 00:00:13.78] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj /restore [xUnit.net 00:00:13.78] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:13.78] Build started 1/8/2026 10:30:29 AM. [xUnit.net 00:00:13.78] [xUnit.net 00:00:13.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:13.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:13.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:13.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:13.78] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:13.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj] [xUnit.net 00:00:13.78] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:13.78] [xUnit.net 00:00:13.78] Build FAILED. [xUnit.net 00:00:13.78] [xUnit.net 00:00:13.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:13.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:13.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:13.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:13.78] [xUnit.net 00:00:13.78] [xUnit.net 00:00:13.78] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:13.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj] [xUnit.net 00:00:13.78] [xUnit.net 00:00:13.78] 0 Warning(s) [xUnit.net 00:00:13.78] 2 Error(s) [xUnit.net 00:00:13.78] Running C:\h\w\AA32093B\p\d\dotnet.exe test --property:VsTestUseMSBuildOutput=false -tl:false --logger console;verbosity=detailed [xUnit.net 00:00:13.78] Time Elapsed 00:00:00.59 [xUnit.net 00:00:13.78] [xUnit.net 00:00:13.78] StdErr: [xUnit.net 00:00:13.78] No .NET SDKs were found. [xUnit.net 00:00:13.78] [xUnit.net 00:00:13.78] Download a .NET SDK: [xUnit.net 00:00:13.78] https://aka.ms/dotnet/download [xUnit.net 00:00:13.78] [xUnit.net 00:00:13.78] Learn about SDK resolution: [xUnit.net 00:00:13.78] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:13.78] No .NET SDKs were found. [xUnit.net 00:00:13.78] [xUnit.net 00:00:13.78] Download a .NET SDK: [xUnit.net 00:00:13.78] https://aka.ms/dotnet/download [xUnit.net 00:00:13.78] [xUnit.net 00:00:13.78] Learn about SDK resolution: [xUnit.net 00:00:13.78] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:13.78] Exit Code: 1 Process ID: 5132 [xUnit.net 00:00:15.13] Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.GivenADllAndMultipleTestRunParametersItPassesThemToVStestConsoleInTheCorrectFormat [FAIL] [xUnit.net 00:00:15.13] Expected command to pass but it did not. [xUnit.net 00:00:15.13] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:15.13] Arguments: /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj [xUnit.net 00:00:15.13] Exit Code: 1 [xUnit.net 00:00:15.14] StdOut: [xUnit.net 00:00:15.14] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:15.14] Build started 1/8/2026 10:30:30 AM. [xUnit.net 00:00:15.14] [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:15.14] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj] [xUnit.net 00:00:15.14] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:15.14] [xUnit.net 00:00:15.14] Build FAILED. [xUnit.net 00:00:15.14] [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:15.14] [xUnit.net 00:00:15.14] [xUnit.net 00:00:15.14] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj" (Restore target) (1) -> [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj] [xUnit.net 00:00:15.14] [xUnit.net 00:00:15.14] 0 Warning(s) [xUnit.net 00:00:15.14] 2 Error(s) [xUnit.net 00:00:15.14] [xUnit.net 00:00:15.14] Time Elapsed 00:00:00.87 [xUnit.net 00:00:15.14] StdErr: [xUnit.net 00:00:15.14] No .NET SDKs were found. [xUnit.net 00:00:15.14] [xUnit.net 00:00:15.14] Download a .NET SDK: [xUnit.net 00:00:15.14] https://aka.ms/dotnet/download [xUnit.net 00:00:15.14] [xUnit.net 00:00:15.14] Learn about SDK resolution: Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj /restore [xUnit.net 00:00:15.14] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:15.14] No .NET SDKs were found. [xUnit.net 00:00:15.14] [xUnit.net 00:00:15.14] Download a .NET SDK: [xUnit.net 00:00:15.14] https://aka.ms/dotnet/download [xUnit.net 00:00:15.14] [xUnit.net 00:00:15.14] Learn about SDK resolution: [xUnit.net 00:00:15.14] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:15.14] [xUnit.net 00:00:15.14] Stack Trace: [xUnit.net 00:00:15.14] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:15.14] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:15.14] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:15.14] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:15.14] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:15.14] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:15.14] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:15.14] /_/test/dotnet-vstest.Tests/VSTestTests.cs(207,0): at Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.CopyAndRestoreVSTestDotNetCoreTestApp(String callingMethod) [xUnit.net 00:00:15.14] /_/test/dotnet-vstest.Tests/VSTestTests.cs(55,0): at Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.GivenADllAndMultipleTestRunParametersItPassesThemToVStestConsoleInTheCorrectFormat() [xUnit.net 00:00:15.14] at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) [xUnit.net 00:00:15.14] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:15.14] Output: [xUnit.net 00:00:15.14] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj [xUnit.net 00:00:15.14] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:15.14] Build started 1/8/2026 10:30:30 AM. [xUnit.net 00:00:15.14] [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:15.14] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj] [xUnit.net 00:00:15.14] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:15.14] [xUnit.net 00:00:15.14] Build FAILED. [xUnit.net 00:00:15.14] [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:15.14] [xUnit.net 00:00:15.14] [xUnit.net 00:00:15.14] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj" (Restore target) (1) -> [xUnit.net 00:00:15.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj] [xUnit.net 00:00:15.15] [xUnit.net 00:00:15.15] 0 Warning(s) [xUnit.net 00:00:15.15] 2 Error(s) [xUnit.net 00:00:15.15] [xUnit.net 00:00:15.15] Time Elapsed 00:00:00.87 [xUnit.net 00:00:15.15] [xUnit.net 00:00:15.15] StdErr: [xUnit.net 00:00:15.15] No .NET SDKs were found. [xUnit.net 00:00:15.15] [xUnit.net 00:00:15.15] Download a .NET SDK: [xUnit.net 00:00:15.15] https://aka.ms/dotnet/download [xUnit.net 00:00:15.15] [xUnit.net 00:00:15.15] Learn about SDK resolution: [xUnit.net 00:00:15.15] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:15.15] No .NET SDKs were found. [xUnit.net 00:00:15.15] [xUnit.net 00:00:15.15] Download a .NET SDK: [xUnit.net 00:00:15.15] https://aka.ms/dotnet/download [xUnit.net 00:00:15.15] [xUnit.net 00:00:15.15] Learn about SDK resolution: [xUnit.net 00:00:15.15] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:15.15] Exit Code: 1 Failed Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.ItShouldAcceptNoLoggers [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:29 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.60 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.CopyAndRestoreVSTestDotNetCoreTestApp(String callingMethod) in /_/test/dotnet-vstest.Tests/VSTestTests.cs:line 207 at Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.ItShouldAcceptNoLoggers() in /_/test/dotnet-vstest.Tests/VSTestTests.cs:line 167 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:29 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldAccep---5A910974\VSTestTestRunParameters.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.60 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Failed Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.TestsFromAGivenContainerShouldRunWithExpectedOutput [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:29 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.59 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Cli.Test.Tests.GivenDotnettestBuildsAndRunsTestFromDll.TestsFromAGivenContainerShouldRunWithExpectedOutput() in /_/test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTestFromDll.cs:line 30 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:29 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\TestsFromAGiv---4156DFFA\VSTestCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.59 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Failed Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.GivenADllAndMultipleTestRunParametersItPassesThemToVStestConsoleInTheCorrectFormat [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:30 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.87 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.CopyAndRestoreVSTestDotNetCoreTestApp(String callingMethod) in /_/test/dotnet-vstest.Tests/VSTestTests.cs:line 207 at Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.GivenADllAndMultipleTestRunParametersItPassesThemToVStestConsoleInTheCorrectFormat() in /_/test/dotnet-vstest.Tests/VSTestTests.cs:line 55 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Restore C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:30 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\1_VSTestTests---3E39AB9D\VSTestTestRunParameters.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.87 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Process ID: 2668 [xUnit.net 00:00:17.07] Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.ItShouldSetDotnetRootToLocationOfDotnetExecutable [FAIL] [xUnit.net 00:00:17.07] Expected command to pass but it did not. [xUnit.net 00:00:17.07] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:17.07] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj /restore [xUnit.net 00:00:17.07] Exit Code: 1 [xUnit.net 00:00:17.07] StdOut: [xUnit.net 00:00:17.07] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:17.07] Build started 1/8/2026 10:30:32 AM. [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:17.07] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj] [xUnit.net 00:00:17.07] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] Build FAILED. [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj] [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] 0 Warning(s) [xUnit.net 00:00:17.07] 2 Error(s) [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] Time Elapsed 00:00:00.79 [xUnit.net 00:00:17.07] StdErr: [xUnit.net 00:00:17.07] No .NET SDKs were found. [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] Download a .NET SDK: [xUnit.net 00:00:17.07] https://aka.ms/dotnet/download [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] Learn about SDK resolution: [xUnit.net 00:00:17.07] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:17.07] No .NET SDKs were found. [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] Download a .NET SDK: [xUnit.net 00:00:17.07] https://aka.ms/dotnet/download [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] Learn about SDK resolution: [xUnit.net 00:00:17.07] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] Stack Trace: [xUnit.net 00:00:17.07] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:17.07] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:17.07] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:17.07] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:17.07] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:17.07] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:17.07] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:17.07] /_/test/dotnet-vstest.Tests/VSTestTests.cs(103,0): at Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.ItShouldSetDotnetRootToLocationOfDotnetExecutable() [xUnit.net 00:00:17.07] at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) [xUnit.net 00:00:17.07] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:17.07] Output: [xUnit.net 00:00:17.07] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj /restore [xUnit.net 00:00:17.07] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:17.07] Build started 1/8/2026 10:30:32 AM. [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:17.07] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj] [xUnit.net 00:00:17.07] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] Build FAILED. [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:17.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj] [xUnit.net 00:00:17.07] [xUnit.net 00:00:17.07] 0 Warning(s) [xUnit.net 00:00:17.08] 2 Error(s) [xUnit.net 00:00:17.08] [xUnit.net 00:00:17.08] Time Elapsed 00:00:00.79 [xUnit.net 00:00:17.08] [xUnit.net 00:00:17.08] StdErr: [xUnit.net 00:00:17.08] No .NET SDKs were found. [xUnit.net 00:00:17.08] [xUnit.net 00:00:17.08] Download a .NET SDK: [xUnit.net 00:00:17.08] https://aka.ms/dotnet/download [xUnit.net 00:00:17.08] [xUnit.net 00:00:17.08] Learn about SDK resolution: [xUnit.net 00:00:17.08] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:17.08] No .NET SDKs were found. [xUnit.net 00:00:17.08] [xUnit.net 00:00:17.08] Download a .NET SDK: [xUnit.net 00:00:17.08] https://aka.ms/dotnet/download [xUnit.net 00:00:17.08] [xUnit.net 00:00:17.08] Learn about SDK resolution: [xUnit.net 00:00:17.08] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:17.08] Exit Code: 1 Failed Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.ItShouldSetDotnetRootToLocationOfDotnetExecutable [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:32 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.79 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Cli.VSTest.Tests.VSTestTests.ItShouldSetDotnetRootToLocationOfDotnetExecutable() in /_/test/dotnet-vstest.Tests/VSTestTests.cs:line 103 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:32 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItShouldSetDo---301415F5\VSTestCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.79 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 GC: Beginning workload garbage collection. GC: Installed workloads: mock-1 GC: Keeping manifest SampleManifest 5.0.0/6.0.100 as part of workload set GC: Keeping workload pack Test.Pack.A 1.0.0 as part of workload set GC: Keeping workload pack Test.Pack.B 2.0.0 as part of workload set GC: Keeping workload pack Test.Pack.C 3.0.0 as part of workload set GC: Beginning workload garbage collection. GC: Installed workloads: mock-1, mock-2 GC: Keeping manifest SampleManifest 5.0.0/6.0.100 as part of workload set GC: Keeping workload pack Test.Pack.A 1.0.0 as part of workload set GC: Keeping workload pack Test.Pack.B 2.0.0 as part of workload set GC: Keeping workload pack Test.Pack.C 3.0.0 as part of workload set GC: Keeping workload pack Test.Pack.C 3.0.0 as part of workload set GC: Keeping workload pack Test.Pack.D 4.0.0 as part of workload set Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallOnFailingRollbackItDisplaysTopLevelError [15 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanDownloadToOfflineCache(userLocal: True, sdkVersion: "6.0.100") [17 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanDownloadToOfflineCache(userLocal: True, sdkVersion: "6.0.102-preview1") [9 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanDownloadToOfflineCache(userLocal: False, sdkVersion: "6.0.100") [10 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanDownloadToOfflineCache(userLocal: True, sdkVersion: "6.0.101") [24 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItWarnsWhenTheWorkloadIsAlreadyInstalled [36 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItPrintsDownloadUrls(userLocal: True, sdkVersion: "6.0.101") [8 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItPrintsDownloadUrls(userLocal: False, sdkVersion: "6.0.100") [5 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItPrintsDownloadUrls(userLocal: True, sdkVersion: "6.0.102-preview1") [6 ms] [xUnit.net 00:00:17.21] Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.HideManifestUpdateCheckWhenVerbosityIsQuiet [SKIP] [xUnit.net 00:00:17.21] https://github.com/dotnet/sdk/issues/25175 Running C:\h\w\AA32093B\p\d\dotnet.exe workload --info Process ID: 2464 [xUnit.net 00:00:17.78] Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestContainsEnvironmentVariables.ItPassesEnvironmentVariablesFromCommandLineParametersWhenRunningViaCsproj [PASS] [xUnit.net 00:00:17.78] Output: [xUnit.net 00:00:17.78] > C:\h\w\AA32093B\p\d\dotnet.exe test --property:VsTestUseMSBuildOutput=false -tl:false --environment __DOTNET_TEST_ENVIRONMENT_VARIABLE_EMPTY --environment __DOTNET_TEST_ENVIRONMENT_VARIABLE_1=VALUE1 --environment "__DOTNET_TEST_ENVIRONMENT_VARIABLE_2=VALUE WITH SPACE" --logger console;verbosity=detailed [xUnit.net 00:00:17.78] Determining projects to restore... [xUnit.net 00:00:17.78] Restored C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---C92F833F\VSTestEnvironmentVariables.csproj (in 576 ms). [xUnit.net 00:00:17.78] VSTestEnvironmentVariables -> C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---C92F833F\bin\Debug\net9.0\VSTestEnvironmentVariables.dll [xUnit.net 00:00:17.78] Test run for C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---C92F833F\bin\Debug\net9.0\VSTestEnvironmentVariables.dll (.NETCoreApp,Version=v9.0) [xUnit.net 00:00:17.78] VSTest version 17.12.0 (x64) [xUnit.net 00:00:17.78] [xUnit.net 00:00:17.78] Starting test execution, please wait... [xUnit.net 00:00:17.78] A total of 1 test files matched the specified pattern. [xUnit.net 00:00:17.78] C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---C92F833F\bin\Debug\net9.0\VSTestEnvironmentVariables.dll [xUnit.net 00:00:17.78] Passed TestEnvironmentVariables [4 ms] [xUnit.net 00:00:17.78] Standard Output Messages: [xUnit.net 00:00:17.78] __DOTNET_TEST_ENVIRONMENT_VARIABLE_EMPTY= [xUnit.net 00:00:17.78] __DOTNET_TEST_ENVIRONMENT_VARIABLE_2=VALUE WITH SPACE [xUnit.net 00:00:17.78] __DOTNET_TEST_ENVIRONMENT_VARIABLE_1=VALUE1 [xUnit.net 00:00:17.78] [xUnit.net 00:00:17.78] [xUnit.net 00:00:17.78] [xUnit.net 00:00:17.78] Test Run Successful. [xUnit.net 00:00:17.78] Total tests: 1 [xUnit.net 00:00:17.78] Passed: 1 [xUnit.net 00:00:17.78] Total time: 1.5129 Seconds Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj /restore [xUnit.net 00:00:17.79] Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestContainsMSBuildParameters.ItPassesEnvironmentVariablesFromCommandLineParametersWhenRunningViaCsproj(projectName: null) [PASS] [xUnit.net 00:00:17.79] Output: [xUnit.net 00:00:17.79] > C:\h\w\AA32093B\p\d\dotnet.exe test --property:VsTestUseMSBuildOutput=false -tl:false --logger console;verbosity=detailed /p:Version=1.2.3 [xUnit.net 00:00:17.79] Determining projects to restore... [xUnit.net 00:00:17.79] Restored C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---76A9F1C5\VSTestMSBuildParameters.csproj (in 5.47 sec). [xUnit.net 00:00:17.79] VSTestMSBuildParameters -> C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---76A9F1C5\bin\Debug\net9.0\VSTestMSBuildParameters.dll [xUnit.net 00:00:17.79] Test run for C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---76A9F1C5\bin\Debug\net9.0\VSTestMSBuildParameters.dll (.NETCoreApp,Version=v9.0) [xUnit.net 00:00:17.79] VSTest version 17.12.0 (x64) [xUnit.net 00:00:17.79] [xUnit.net 00:00:17.79] Starting test execution, please wait... [xUnit.net 00:00:17.79] A total of 1 test files matched the specified pattern. [xUnit.net 00:00:17.79] C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---76A9F1C5\bin\Debug\net9.0\VSTestMSBuildParameters.dll [xUnit.net 00:00:17.79] Passed TestMSBuildParameters [3 ms] [xUnit.net 00:00:17.79] [xUnit.net 00:00:17.79] Test Run Successful. [xUnit.net 00:00:17.79] Total tests: 1 [xUnit.net 00:00:17.79] Passed: 1 [xUnit.net 00:00:17.79] Total time: 1.4592 Seconds Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItPrintsDownloadUrls(userLocal: True, sdkVersion: "6.0.100") [6 ms] Skipped Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.HideManifestUpdateCheckWhenVerbosityIsQuiet [1 ms] Error Message: https://github.com/dotnet/sdk/issues/25175 Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanInstallFromOfflineCache(userLocal: False, sdkVersion: "6.0.100") [38 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanInstallFromOfflineCache(userLocal: True, sdkVersion: "6.0.101") [8 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanInstallFromOfflineCache(userLocal: True, sdkVersion: "6.0.102-preview1") [9 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanInstallFromOfflineCache(userLocal: True, sdkVersion: "6.0.100") [4 ms] Passed Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestContainsEnvironmentVariables.ItPassesEnvironmentVariablesFromCommandLineParametersWhenRunningViaCsproj [10 s] Standard Output Messages: > C:\h\w\AA32093B\p\d\dotnet.exe test --property:VsTestUseMSBuildOutput=false -tl:false --environment __DOTNET_TEST_ENVIRONMENT_VARIABLE_EMPTY --environment __DOTNET_TEST_ENVIRONMENT_VARIABLE_1=VALUE1 --environment "__DOTNET_TEST_ENVIRONMENT_VARIABLE_2=VALUE WITH SPACE" --logger console;verbosity=detailed Determining projects to restore... Restored C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---C92F833F\VSTestEnvironmentVariables.csproj (in 576 ms). VSTestEnvironmentVariables -> C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---C92F833F\bin\Debug\net9.0\VSTestEnvironmentVariables.dll Test run for C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---C92F833F\bin\Debug\net9.0\VSTestEnvironmentVariables.dll (.NETCoreApp,Version=v9.0) VSTest version 17.12.0 (x64) Starting test execution, please wait... A total of 1 test files matched the specified pattern. C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---C92F833F\bin\Debug\net9.0\VSTestEnvironmentVariables.dll Passed TestEnvironmentVariables [4 ms] Standard Output Messages: __DOTNET_TEST_ENVIRONMENT_VARIABLE_EMPTY= __DOTNET_TEST_ENVIRONMENT_VARIABLE_2=VALUE WITH SPACE __DOTNET_TEST_ENVIRONMENT_VARIABLE_1=VALUE1 Test Run Successful. Total tests: 1 Passed: 1 Total time: 1.5129 Seconds Passed Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestContainsMSBuildParameters.ItPassesEnvironmentVariablesFromCommandLineParametersWhenRunningViaCsproj(projectName: null) [16 s] Standard Output Messages: > C:\h\w\AA32093B\p\d\dotnet.exe test --property:VsTestUseMSBuildOutput=false -tl:false --logger console;verbosity=detailed /p:Version=1.2.3 Determining projects to restore... Restored C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---76A9F1C5\VSTestMSBuildParameters.csproj (in 5.47 sec). VSTestMSBuildParameters -> C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---76A9F1C5\bin\Debug\net9.0\VSTestMSBuildParameters.dll Test run for C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---76A9F1C5\bin\Debug\net9.0\VSTestMSBuildParameters.dll (.NETCoreApp,Version=v9.0) VSTest version 17.12.0 (x64) Starting test execution, please wait... A total of 1 test files matched the specified pattern. C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---76A9F1C5\bin\Debug\net9.0\VSTestMSBuildParameters.dll Passed TestMSBuildParameters [3 ms] Test Run Successful. Total tests: 1 Passed: 1 Total time: 1.4592 Seconds Running C:\h\w\AA32093B\p\d\dotnet.exe test --property:VsTestUseMSBuildOutput=false -tl:false VSTestMSBuildParameters.csproj --logger console;verbosity=detailed /p:Version=1.2.3 Process ID: 8140 Process ID: 7920 [xUnit.net 00:00:18.34] Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenInfoOptionWorkloadBaseCommandAcceptsThatOption [PASS] [xUnit.net 00:00:18.34] Output: [xUnit.net 00:00:18.34] > C:\h\w\AA32093B\p\d\dotnet.exe workload --info [xUnit.net 00:00:18.34] Workload version: 9.0.100-manifests.d940fcd1 [xUnit.net 00:00:18.34] Configured to use loose manifests when installing new manifests. [xUnit.net 00:00:18.34] [xUnit.net 00:00:18.34] [maui-windows] [xUnit.net 00:00:18.34] Installation Source: VS 17.14.36518.9 [xUnit.net 00:00:18.34] Manifest Version: 9.0.0/9.0.100 [xUnit.net 00:00:18.34] Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\9.0.100\microsoft.net.sdk.maui\9.0.0\WorkloadManifest.json [xUnit.net 00:00:18.34] Install Type: FileBased [xUnit.net 00:00:18.34] [xUnit.net 00:00:18.34] [maccatalyst] [xUnit.net 00:00:18.34] Installation Source: VS 17.14.36518.9 [xUnit.net 00:00:18.34] Manifest Version: 18.0.9617/9.0.100 [xUnit.net 00:00:18.34] Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\9.0.100\microsoft.net.sdk.maccatalyst\18.0.9617\WorkloadManifest.json [xUnit.net 00:00:18.34] Install Type: FileBased [xUnit.net 00:00:18.34] [xUnit.net 00:00:18.34] [ios] [xUnit.net 00:00:18.34] Installation Source: VS 17.14.36518.9 [xUnit.net 00:00:18.34] Manifest Version: 18.0.9617/9.0.100 [xUnit.net 00:00:18.34] Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\9.0.100\microsoft.net.sdk.ios\18.0.9617\WorkloadManifest.json [xUnit.net 00:00:18.34] Install Type: FileBased [xUnit.net 00:00:18.34] [xUnit.net 00:00:18.34] [android] [xUnit.net 00:00:18.34] Installation Source: VS 17.14.36518.9 [xUnit.net 00:00:18.34] Manifest Version: 35.0.7/9.0.100 [xUnit.net 00:00:18.34] Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\9.0.100\microsoft.net.sdk.android\35.0.7\WorkloadManifest.json [xUnit.net 00:00:18.34] Install Type: FileBased [xUnit.net 00:00:18.34] [xUnit.net 00:00:18.34] [aspire] [xUnit.net 00:00:18.34] Installation Source: VS 17.14.36518.9 [xUnit.net 00:00:18.34] Manifest Version: 8.2.2/8.0.100 [xUnit.net 00:00:18.34] Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\8.0.100\microsoft.net.sdk.aspire\8.2.2\WorkloadManifest.json [xUnit.net 00:00:18.34] Install Type: FileBased [xUnit.net 00:00:18.34] [xUnit.net 00:00:18.34] [wasm-tools-net6] [xUnit.net 00:00:18.34] Installation Source: VS 17.14.36518.9 [xUnit.net 00:00:18.34] Manifest Version: 9.0.11/9.0.100 [xUnit.net 00:00:18.34] Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\9.0.100\microsoft.net.workload.mono.toolchain.net6\9.0.11\WorkloadManifest.json [xUnit.net 00:00:18.34] Install Type: FileBased [xUnit.net 00:00:18.34] [xUnit.net 00:00:18.34] [wasm-tools-net7] [xUnit.net 00:00:18.34] Installation Source: VS 17.14.36518.9 [xUnit.net 00:00:18.34] Manifest Version: 9.0.11/9.0.100 [xUnit.net 00:00:18.34] Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\9.0.100\microsoft.net.workload.mono.toolchain.net7\9.0.11\WorkloadManifest.json [xUnit.net 00:00:18.34] Install Type: FileBased [xUnit.net 00:00:18.35] [xUnit.net 00:00:18.35] [wasm-tools-net8] [xUnit.net 00:00:18.35] Installation Source: VS 17.14.36518.9 [xUnit.net 00:00:18.35] Manifest Version: 9.0.11/9.0.100 [xUnit.net 00:00:18.35] Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\9.0.100\microsoft.net.workload.mono.toolchain.net8\9.0.11\WorkloadManifest.json [xUnit.net 00:00:18.35] Install Type: FileBased [xUnit.net 00:00:18.35] [xUnit.net 00:00:18.35] [wasm-tools] [xUnit.net 00:00:18.35] Installation Source: VS 17.14.36518.9 [xUnit.net 00:00:18.35] Manifest Version: 9.0.11/9.0.100 [xUnit.net 00:00:18.35] Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\9.0.100\microsoft.net.workload.mono.toolchain.current\9.0.11\WorkloadManifest.json [xUnit.net 00:00:18.35] Install Type: FileBased Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenInfoOptionWorkloadBaseCommandAcceptsThatOption [1 s] Standard Output Messages: > C:\h\w\AA32093B\p\d\dotnet.exe workload --info Workload version: 9.0.100-manifests.d940fcd1 Configured to use loose manifests when installing new manifests. [maui-windows] Installation Source: VS 17.14.36518.9 Manifest Version: 9.0.0/9.0.100 Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\9.0.100\microsoft.net.sdk.maui\9.0.0\WorkloadManifest.json Install Type: FileBased [maccatalyst] Installation Source: VS 17.14.36518.9 Manifest Version: 18.0.9617/9.0.100 Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\9.0.100\microsoft.net.sdk.maccatalyst\18.0.9617\WorkloadManifest.json Install Type: FileBased [ios] Installation Source: VS 17.14.36518.9 Manifest Version: 18.0.9617/9.0.100 Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\9.0.100\microsoft.net.sdk.ios\18.0.9617\WorkloadManifest.json Install Type: FileBased [android] Installation Source: VS 17.14.36518.9 Manifest Version: 35.0.7/9.0.100 Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\9.0.100\microsoft.net.sdk.android\35.0.7\WorkloadManifest.json Install Type: FileBased [aspire] Installation Source: VS 17.14.36518.9 Manifest Version: 8.2.2/8.0.100 Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\8.0.100\microsoft.net.sdk.aspire\8.2.2\WorkloadManifest.json Install Type: FileBased [wasm-tools-net6] Installation Source: VS 17.14.36518.9 Manifest Version: 9.0.11/9.0.100 Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\9.0.100\microsoft.net.workload.mono.toolchain.net6\9.0.11\WorkloadManifest.json Install Type: FileBased [wasm-tools-net7] Installation Source: VS 17.14.36518.9 Manifest Version: 9.0.11/9.0.100 Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\9.0.100\microsoft.net.workload.mono.toolchain.net7\9.0.11\WorkloadManifest.json Install Type: FileBased [wasm-tools-net8] Installation Source: VS 17.14.36518.9 Manifest Version: 9.0.11/9.0.100 Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\9.0.100\microsoft.net.workload.mono.toolchain.net8\9.0.11\WorkloadManifest.json Install Type: FileBased [wasm-tools] Installation Source: VS 17.14.36518.9 Manifest Version: 9.0.11/9.0.100 Manifest Path: C:\h\w\AA32093B\p\d\sdk-manifests\9.0.100\microsoft.net.workload.mono.toolchain.current\9.0.11\WorkloadManifest.json Install Type: FileBased Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanRollBackPackInstallation(userLocal: True, sdkVersion: "6.0.100") [30 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanRollBackPackInstallation(userLocal: True, sdkVersion: "6.0.102-preview1") [6 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanRollBackPackInstallation(userLocal: False, sdkVersion: "6.0.100") [8 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanRollBackPackInstallation(userLocal: True, sdkVersion: "6.0.101") [5 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanInstallPacks(userLocal: True, sdkVersion: "6.0.102-preview1") [4 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanInstallPacks(userLocal: True, sdkVersion: "6.0.100") [4 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanInstallPacks(userLocal: False, sdkVersion: "6.0.100") [13 ms] GC: Beginning workload garbage collection. GC: Installed workloads: mock-1 GC: Keeping manifest SampleManifest 5.0.0/6.0.100 as part of workload set GC: Keeping workload pack Test.Pack.A 1.0.0 as part of workload set GC: Keeping workload pack Test.Pack.B 2.0.0 as part of workload set GC: Keeping workload pack Test.Pack.C 3.0.0 as part of workload set GC: Beginning workload garbage collection. GC: Installed workloads: mock-1 GC: Keeping manifest SampleManifest 5.0.0/6.0.100 as part of workload set GC: Keeping workload pack Test.Pack.A 1.0.0 as part of workload set GC: Keeping workload pack Test.Pack.B 2.0.0 as part of workload set GC: Keeping workload pack Test.Pack.C 3.0.0 as part of workload set Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanInstallPacks(userLocal: True, sdkVersion: "6.0.101") [4 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallFromCacheItInstallsCachedManifest(userLocal: True, sdkVersion: "6.0.102-preview1") [8 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallFromCacheItInstallsCachedManifest(userLocal: True, sdkVersion: "6.0.101") [5 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallFromCacheItInstallsCachedManifest(userLocal: True, sdkVersion: "6.0.100") [7 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallFromCacheItInstallsCachedManifest(userLocal: False, sdkVersion: "6.0.100") [3 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItDoesNotRemoveOldInstallsOnRollback(userLocal: True) [27 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItDoesNotRemoveOldInstallsOnRollback(userLocal: False) [21 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanUpdateAdvertisingManifests(userLocal: True, sdkVersion: "6.0.101") [6 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanUpdateAdvertisingManifests(userLocal: True, sdkVersion: "6.0.100") [4 ms] [xUnit.net 00:00:18.51] Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.HideManifestUpdatesWhenVerbosityIsMinimalOrNormal [SKIP] [xUnit.net 00:00:18.51] https://github.com/dotnet/sdk/issues/25175 GC: Beginning workload garbage collection. GC: Installed workloads: mock-1 GC: Keeping manifest SampleManifest 5.0.0/6.0.100 as part of workload set GC: Keeping workload pack Test.Pack.A 1.0.0 as part of workload set GC: Keeping workload pack Test.Pack.B 2.0.0 as part of workload set GC: Keeping workload pack Test.Pack.C 3.0.0 as part of workload set GC: Beginning workload garbage collection. GC: Installed workloads: mock-1 GC: Keeping manifest SampleManifest 5.0.0/6.0.100 as part of workload set GC: Keeping workload pack Test.Pack.A 1.0.0 as part of workload set GC: Keeping workload pack Test.Pack.B 2.0.0 as part of workload set GC: Keeping workload pack Test.Pack.C 3.0.0 as part of workload set Running C:\h\w\AA32093B\p\d\dotnet.exe workload install fake --skip-manifest-update Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanUpdateAdvertisingManifests(userLocal: True, sdkVersion: "6.0.102-preview1") [4 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanUpdateAdvertisingManifests(userLocal: False, sdkVersion: "6.0.100") [3 ms] Skipped Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.HideManifestUpdatesWhenVerbosityIsMinimalOrNormal [1 ms] Error Message: https://github.com/dotnet/sdk/issues/25175 Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItErrorsOnInvalidWorkloadRollbackFile [10 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanUpdateInstalledManifests(userLocal: True, sdkVersion: "6.0.102-preview1") [4 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanUpdateInstalledManifests(userLocal: True, sdkVersion: "6.0.101") [6 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanUpdateInstalledManifests(userLocal: False, sdkVersion: "6.0.100") [3 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItCanUpdateInstalledManifests(userLocal: True, sdkVersion: "6.0.100") [4 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItTreatsPreviewsAsSeparateFeatureBands [37 ms] Process ID: 592 [xUnit.net 00:00:19.65] Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestContainsEnvironmentVariables.ItPassesEnvironmentVariablesFromCommandLineParametersWhenRunningViaDll [FAIL] [xUnit.net 00:00:19.65] Expected command to pass but it did not. [xUnit.net 00:00:19.65] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:19.65] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj /restore [xUnit.net 00:00:19.65] Exit Code: 1 [xUnit.net 00:00:19.65] StdOut: [xUnit.net 00:00:19.65] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:19.65] Build started 1/8/2026 10:30:35 AM. [xUnit.net 00:00:19.65] [xUnit.net 00:00:19.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:19.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:19.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:19.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:19.65] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:19.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj] [xUnit.net 00:00:19.65] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:19.65] [xUnit.net 00:00:19.65] Build FAILED. [xUnit.net 00:00:19.65] [xUnit.net 00:00:19.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:19.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:19.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:19.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:19.65] [xUnit.net 00:00:19.65] [xUnit.net 00:00:19.65] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj" (Restore target) (1) -> [xUnit.net 00:00:19.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj] [xUnit.net 00:00:19.65] [xUnit.net 00:00:19.65] 0 Warning(s) [xUnit.net 00:00:19.65] 2 Error(s) [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] Time Elapsed 00:00:00.84 [xUnit.net 00:00:19.66] StdErr: [xUnit.net 00:00:19.66] No .NET SDKs were found. [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] Download a .NET SDK: [xUnit.net 00:00:19.66] https://aka.ms/dotnet/download [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] Learn about SDK resolution: [xUnit.net 00:00:19.66] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:19.66] No .NET SDKs were found. [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] Download a .NET SDK: [xUnit.net 00:00:19.66] https://aka.ms/dotnet/download [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] Learn about SDK resolution: [xUnit.net 00:00:19.66] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] Stack Trace: [xUnit.net 00:00:19.66] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:19.66] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:19.66] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:19.66] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:19.66] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:19.66] /_/test/dotnet-test.Tests/GivenDotnetTestContainsEnvironmentVariables.cs(72,0): at Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestContainsEnvironmentVariables.ItPassesEnvironmentVariablesFromCommandLineParametersWhenRunningViaDll() [xUnit.net 00:00:19.66] at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) [xUnit.net 00:00:19.66] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:19.66] Output: [xUnit.net 00:00:19.66] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj /restore [xUnit.net 00:00:19.66] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:19.66] Build started 1/8/2026 10:30:35 AM. [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:19.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:19.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:19.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:19.66] Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:19.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj] [xUnit.net 00:00:19.66] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] Build FAILED. [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:19.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:19.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:19.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj" (Restore target) (1) -> [xUnit.net 00:00:19.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj] [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] 0 Warning(s) [xUnit.net 00:00:19.66] 2 Error(s) [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] Time Elapsed 00:00:00.84 [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] StdErr: [xUnit.net 00:00:19.66] No .NET SDKs were found. [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] Download a .NET SDK: [xUnit.net 00:00:19.66] https://aka.ms/dotnet/download [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] Learn about SDK resolution: [xUnit.net 00:00:19.66] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:19.66] No .NET SDKs were found. [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] Download a .NET SDK: [xUnit.net 00:00:19.66] https://aka.ms/dotnet/download [xUnit.net 00:00:19.66] [xUnit.net 00:00:19.66] Learn about SDK resolution: [xUnit.net 00:00:19.66] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:19.66] Exit Code: 1 [xUnit.net 00:00:19.72] Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItErrorsOnFakeWorkloadName [PASS] [xUnit.net 00:00:19.72] Output: [xUnit.net 00:00:19.72] > C:\h\w\AA32093B\p\d\dotnet.exe workload install fake --skip-manifest-update [xUnit.net 00:00:19.72] [xUnit.net 00:00:19.72] [xUnit.net 00:00:19.72] StdErr: [xUnit.net 00:00:19.72] Workload installation failed: Workload ID fake is not recognized. [xUnit.net 00:00:19.72] Exit Code: 1 [xUnit.net 00:00:19.72] Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.ShowManifestUpdatesWhenVerbosityIsDetailedOrDiagnostic [SKIP] [xUnit.net 00:00:19.72] https://github.com/dotnet/sdk/issues/25175 [xUnit.net 00:00:19.80] Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.ItErrorUsingSkipManifestAndRollback [SKIP] [xUnit.net 00:00:19.80] https://github.com/dotnet/sdk/issues/26624 GC: Beginning workload garbage collection. GC: Installed workloads: mock-1 GC: Keeping manifest SampleManifest 5.0.0/6.0.100 as part of workload set GC: Keeping workload pack Test.Pack.A 1.0.0 as part of workload set GC: Keeping workload pack Test.Pack.B 2.0.0 as part of workload set GC: Keeping workload pack Test.Pack.C 3.0.0 as part of workload set Running C:\h\w\AA32093B\p\d\dotnet.exe workload --infoz Process ID: 5440 [xUnit.net 00:00:20.28] Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenBadOptionWorkloadBaseInformsRequiredCommandWasNotProvided [PASS] [xUnit.net 00:00:20.28] Output: [xUnit.net 00:00:20.28] > C:\h\w\AA32093B\p\d\dotnet.exe workload --infoz [xUnit.net 00:00:20.28] '--infoz' was not matched. Did you mean one of the following? [xUnit.net 00:00:20.28] --info Failed Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestContainsEnvironmentVariables.ItPassesEnvironmentVariablesFromCommandLineParametersWhenRunningViaDll [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:35 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.84 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestContainsEnvironmentVariables.ItPassesEnvironmentVariablesFromCommandLineParametersWhenRunningViaDll() in /_/test/dotnet-test.Tests/GivenDotnetTestContainsEnvironmentVariables.cs:line 72 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:30:35 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---7569739B\VSTestEnvironmentVariables.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.84 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItErrorsOnFakeWorkloadName [1 s] Standard Output Messages: > C:\h\w\AA32093B\p\d\dotnet.exe workload install fake --skip-manifest-update StdErr: Workload installation failed: Workload ID fake is not recognized. Exit Code: 1 Skipped Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.ShowManifestUpdatesWhenVerbosityIsDetailedOrDiagnostic [1 ms] Error Message: https://github.com/dotnet/sdk/issues/25175 Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenNoWorkloadsInstalledInfoOptionRemarksOnThat [76 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItErrorsOnUnsupportedPlatform [4 ms] Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItWarnsOnGarbageCollectionFailure [2 ms] Skipped Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.ItErrorUsingSkipManifestAndRollback [1 ms] Error Message: https://github.com/dotnet/sdk/issues/26624 Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenWorkloadInstallItWarnsWhenManifestFromRollbackFileIsntInstalled [50 ms] [xUnit.net 00:00:20.28] [xUnit.net 00:00:20.28] Description: [xUnit.net 00:00:20.28] Install or work with workloads that extend the .NET experience. [xUnit.net 00:00:20.28] [xUnit.net 00:00:20.28] Usage: [xUnit.net 00:00:20.28] dotnet workload [command] [options] [xUnit.net 00:00:20.28] [xUnit.net 00:00:20.28] Options: [xUnit.net 00:00:20.28] --info Display information about installed workloads. [xUnit.net 00:00:20.28] --version Display the currently installed workload version. [xUnit.net 00:00:20.28] -?, -h, --help Show command line help. [xUnit.net 00:00:20.28] [xUnit.net 00:00:20.28] Commands: [xUnit.net 00:00:20.28] install Install one or more workloads. [xUnit.net 00:00:20.28] update Update all installed workloads. [xUnit.net 00:00:20.28] list List workloads available. [xUnit.net 00:00:20.28] search Search for available workloads. [xUnit.net 00:00:20.28] uninstall Uninstall one or more workloads. [xUnit.net 00:00:20.28] repair Repair workload installations. [xUnit.net 00:00:20.28] restore Restore workloads required for a project. [xUnit.net 00:00:20.28] clean Removes workload components that may have been left behind from previous updates and uninstallations. [xUnit.net 00:00:20.28] config Modify or display workload configuration values. [xUnit.net 00:00:20.28] To display a value, specify the corresponding command-line option without providing a value. For example: "dotnet workload config --update-mode" [xUnit.net 00:00:20.28] history Shows a history of workload installation actions. [xUnit.net 00:00:20.28] [xUnit.net 00:00:20.28] StdErr: [xUnit.net 00:00:20.28] Unrecognized command or argument '--infoz'. [xUnit.net 00:00:20.28] Required command was not provided. [xUnit.net 00:00:20.28] Exit Code: 1 [xUnit.net 00:00:20.44] Microsoft.DotNet.Cli.Test.Tests.VSTestForwardDotnetRootEnvironmentVariables.ShouldForwardDotnetRootEnvironmentVariablesIfNotProvided [PASS] [xUnit.net 00:00:20.44] Output: [xUnit.net 00:00:20.44] > C:\h\w\AA32093B\p\d\dotnet.exe test --property:VsTestUseMSBuildOutput=false -tl:false --logger console;verbosity=detailed [xUnit.net 00:00:20.44] Determining projects to restore... [xUnit.net 00:00:20.44] Restored C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ShouldForward---82026B0A\VSTestForwardDotnetRootEnvironmentVariables.csproj (in 533 ms). [xUnit.net 00:00:20.44] VSTestForwardDotnetRootEnvironmentVariables -> C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ShouldForward---82026B0A\bin\Debug\net9.0\VSTestForwardDotnetRootEnvironmentVariables.dll [xUnit.net 00:00:20.44] Test run for C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ShouldForward---82026B0A\bin\Debug\net9.0\VSTestForwardDotnetRootEnvironmentVariables.dll (.NETCoreApp,Version=v9.0) [xUnit.net 00:00:20.44] VSTest version 17.12.0 (x64) [xUnit.net 00:00:20.44] [xUnit.net 00:00:20.44] Starting test execution, please wait... [xUnit.net 00:00:20.44] A total of 1 test files matched the specified pattern. [xUnit.net 00:00:20.44] C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ShouldForward---82026B0A\bin\Debug\net9.0\VSTestForwardDotnetRootEnvironmentVariables.dll [xUnit.net 00:00:20.44] Passed TestForwardDotnetRootEnvironmentVariables [4 ms] [xUnit.net 00:00:20.44] Standard Output Messages: [xUnit.net 00:00:20.44] VSTEST_WINAPPHOST_DOTNET_ROOT=C:\h\w\AA32093B\p\d [xUnit.net 00:00:20.44] [xUnit.net 00:00:20.44] [xUnit.net 00:00:20.44] [xUnit.net 00:00:20.44] Test Run Successful. [xUnit.net 00:00:20.44] Total tests: 1 [xUnit.net 00:00:20.44] Passed: 1 [xUnit.net 00:00:20.44] Total time: 1.4002 Seconds Passed Microsoft.DotNet.Cli.Workload.Install.Tests.GivenDotnetWorkloadInstall.GivenBadOptionWorkloadBaseInformsRequiredCommandWasNotProvided [426 ms] Standard Output Messages: > C:\h\w\AA32093B\p\d\dotnet.exe workload --infoz '--infoz' was not matched. Did you mean one of the following? --info Description: Install or work with workloads that extend the .NET experience. Usage: dotnet workload [command] [options] Options: --info Display information about installed workloads. --version Display the currently installed workload version. -?, -h, --help Show command line help. Commands: install Install one or more workloads. update Update all installed workloads. list List workloads available. search Search for available workloads. uninstall Uninstall one or more workloads. repair Repair workload installations. restore Restore workloads required for a project. clean Removes workload components that may have been left behind from previous updates and uninstallations. config Modify or display workload configuration values. To display a value, specify the corresponding command-line option without providing a value. For example: "dotnet workload config --update-mode" history Shows a history of workload installation actions. StdErr: Unrecognized command or argument '--infoz'. Required command was not provided. Exit Code: 1 Passed Microsoft.DotNet.Cli.Test.Tests.VSTestForwardDotnetRootEnvironmentVariables.ShouldForwardDotnetRootEnvironmentVariablesIfNotProvided [6 s] Standard Output Messages: > C:\h\w\AA32093B\p\d\dotnet.exe test --property:VsTestUseMSBuildOutput=false -tl:false --logger console;verbosity=detailed Determining projects to restore... Restored C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ShouldForward---82026B0A\VSTestForwardDotnetRootEnvironmentVariables.csproj (in 533 ms). VSTestForwardDotnetRootEnvironmentVariables -> C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ShouldForward---82026B0A\bin\Debug\net9.0\VSTestForwardDotnetRootEnvironmentVariables.dll Test run for C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ShouldForward---82026B0A\bin\Debug\net9.0\VSTestForwardDotnetRootEnvironmentVariables.dll (.NETCoreApp,Version=v9.0) VSTest version 17.12.0 (x64) Starting test execution, please wait... A total of 1 test files matched the specified pattern. C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ShouldForward---82026B0A\bin\Debug\net9.0\VSTestForwardDotnetRootEnvironmentVariables.dll Passed TestForwardDotnetRootEnvironmentVariables [4 ms] Standard Output Messages: VSTEST_WINAPPHOST_DOTNET_ROOT=C:\h\w\AA32093B\p\d Test Run Successful. Total tests: 1 Passed: 1 Total time: 1.4002 Seconds [xUnit.net 00:00:22.81] Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestContainsMSBuildParameters.ItPassesEnvironmentVariablesFromCommandLineParametersWhenRunningViaCsproj(projectName: "VSTestMSBuildParameters.csproj") [PASS] [xUnit.net 00:00:22.81] Output: [xUnit.net 00:00:22.81] > C:\h\w\AA32093B\p\d\dotnet.exe test --property:VsTestUseMSBuildOutput=false -tl:false VSTestMSBuildParameters.csproj --logger console;verbosity=detailed /p:Version=1.2.3 [xUnit.net 00:00:22.81] Determining projects to restore... [xUnit.net 00:00:22.81] Restored C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---76A9F1C5_1\VSTestMSBuildParameters.csproj (in 378 ms). [xUnit.net 00:00:22.81] VSTestMSBuildParameters -> C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---76A9F1C5_1\bin\Debug\net9.0\VSTestMSBuildParameters.dll [xUnit.net 00:00:22.81] Test run for C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---76A9F1C5_1\bin\Debug\net9.0\VSTestMSBuildParameters.dll (.NETCoreApp,Version=v9.0) [xUnit.net 00:00:22.81] VSTest version 17.12.0 (x64) [xUnit.net 00:00:22.81] [xUnit.net 00:00:22.81] Starting test execution, please wait... [xUnit.net 00:00:22.81] A total of 1 test files matched the specified pattern. [xUnit.net 00:00:22.81] C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---76A9F1C5_1\bin\Debug\net9.0\VSTestMSBuildParameters.dll [xUnit.net 00:00:22.81] Passed TestMSBuildParameters [2 ms] [xUnit.net 00:00:22.81] [xUnit.net 00:00:22.81] Test Run Successful. [xUnit.net 00:00:22.81] Total tests: 1 [xUnit.net 00:00:22.81] Passed: 1 [xUnit.net 00:00:22.81] Total time: 0.8106 Seconds [xUnit.net 00:00:22.81] Finished: dotnet.Tests Data collector 'Blame' message: All tests finished running, Sequence file will not be generated. Passed Microsoft.DotNet.Cli.Test.Tests.GivenDotnetTestContainsMSBuildParameters.ItPassesEnvironmentVariablesFromCommandLineParametersWhenRunningViaCsproj(projectName: "VSTestMSBuildParameters.csproj") [5 s] Standard Output Messages: > C:\h\w\AA32093B\p\d\dotnet.exe test --property:VsTestUseMSBuildOutput=false -tl:false VSTestMSBuildParameters.csproj --logger console;verbosity=detailed /p:Version=1.2.3 Determining projects to restore... Restored C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---76A9F1C5_1\VSTestMSBuildParameters.csproj (in 378 ms). VSTestMSBuildParameters -> C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---76A9F1C5_1\bin\Debug\net9.0\VSTestMSBuildParameters.dll Test run for C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---76A9F1C5_1\bin\Debug\net9.0\VSTestMSBuildParameters.dll (.NETCoreApp,Version=v9.0) VSTest version 17.12.0 (x64) Starting test execution, please wait... A total of 1 test files matched the specified pattern. C:\h\w\AA32093B\t\dotnetSdkTests\0p4xkjb5.lun\ItPassesEnvir---76A9F1C5_1\bin\Debug\net9.0\VSTestMSBuildParameters.dll Passed TestMSBuildParameters [2 ms] Test Run Successful. Total tests: 1 Passed: 1 Total time: 0.8106 Seconds Results File: C:\h\w\AA32093B\w\B6060963\e\vsagent_a00CSVI_2026-01-08_10_30_20.trx Test Run Failed. Total tests: 89 Passed: 72 Failed: 13 Skipped: 4 Total time: 23.6670 Seconds C:\h\w\AA32093B\w\B6060963\e>set _commandExitCode=1 C:\h\w\AA32093B\w\B6060963\e>PowerShell -ExecutionPolicy ByPass "Get-ChildItem -Recurse -File -Filter '*hangdump.dmp' | Copy-Item -Destination $env:HELIX_WORKITEM_UPLOAD_ROOT" C:\h\w\AA32093B\w\B6060963\e>PowerShell -ExecutionPolicy ByPass "dotnet nuget locals all -l | ForEach-Object { $_.Split(' ')[1]} | Where-Object{$_ -like '*cache'} | Get-ChildItem -Recurse -File -Filter '*.dat' | Measure" Count : 72 Average : Sum : Maximum : Minimum : Property : C:\h\w\AA32093B\w\B6060963\e>C:\python3\python.exe C:\h\w\AA32093B\p\reporter\run.py https://dev.azure.com/dnceng-public/ public 34708684 eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IklDTmpEM2o5SGhtSDV0amwwM09EekpOSlpQSSJ9.eyJuYW1laWQiOiJjNzczZjJjMi01MTIwLTQyMDctYWZlMi1hZmFmMzVhOGJjMGEiLCJzY3AiOiJMb2NhdGlvblNlcnZpY2UuQ29ubmVjdCBQaXBlbGluZUNhY2hlLlJlYWRXcml0ZVJvb3RBY2Nlc3MgUmVhZEFuZFB1Ymxpc2hUZXN0OmNiYjE4MjYxLWM0OGYtNGFiYi04NjUxLThjZGNiNTQ3NDY0OSBSZWFkQW5kVXBkYXRlQnVpbGRCeVVyaTpjYmIxODI2MS1jNDhmLTRhYmItODY1MS04Y2RjYjU0NzQ2NDkvZG90bmV0L3Nkay8xMDE6QnVpbGQvQnVpbGQvMTI0NjYzNCIsImF1aSI6ImM0MWI1OTBkLTkzN2YtNDdiZi1iNWMxLTNhNzI3ODVkODVkZCIsInNpZCI6ImE3MjI4ZTNiLTFhZDItNDUyMy05YzZjLTU3MTEyMGNkNjkzZSIsIkJ1aWxkSWQiOiJjYmIxODI2MS1jNDhmLTRhYmItODY1MS04Y2RjYjU0NzQ2NDk7MTI0NjYzNCIsIkRlZklkIjoiMTAxIiwiam9icmVmIjoiOGM1ZGRhZDAtZjNmMS00MTA4LTk5MDQtNTVjN2EwZTA2OWY1OmIxZGE1NWU3LTJjZDAtNWQ1Yy1mYzBkLWNkYWYxMjUwNTIxYyIsInBwaWQiOiJ2c3RmczovLy9CdWlsZC9CdWlsZC8xMjQ2NjM0Iiwib3JjaGlkIjoiOGM1ZGRhZDAtZjNmMS00MTA4LTk5MDQtNTVjN2EwZTA2OWY1LmJ1aWxkLmZ1bGxmcmFtZXdvcmtfd2luZG93c194NjQuX19kZWZhdWx0LjMiLCJyZXBvSWRzIjoiIiwianRpIjoiMGRiYzkxN2EtZWU1MS00ODAwLWE5MGItODJjZTc4ZTE0MGE2IiwiaXNzIjoiYXBwLnZzdG9rZW4udmlzdWFsc3R1ZGlvLmNvbSIsImF1ZCI6ImFwcC52c3Rva2VuLnZpc3VhbHN0dWRpby5jb218dnNvOjZmY2M5MmU1LTczYTctNGY4OC04ZDEzLWQ5MDQ1YjQ1ZmIyNyIsIm5iZiI6MTc2Nzg2NTk2NSwiZXhwIjoxNzY3ODc2MTY1fQ.OLdmlhChdanEPFbPriBh-jRX2dM6en1sLdxN_W566_-iNjWmCD-iqNw3gsOpI50cfFeH6mz6e0ZTTP74J2vKelVG7_R-MiQdL5BXXSKLwkWoaG8JcXSFC8VW3bega1grc7buAyVzdnFCEtPFE19lFobNbOdEz-kp5R7UkJZJeHDMOdiE6oe_R6vxORgEACtAht3y5wHP7esgcXScgJoUVW6BLobUvAPdybhqorioxUn7qzKszAKi7M3Bz3X5-a_2VC65drmHjUqSxIeap2V0p6qoUeauzcrSlqO2eSDr1xq21kyaTruJ5DDI2QojDGdQKwjB81cCerf4Td4VJ9XH2Q || exit /b C:\h\scripts\helix-scripts\azure\__init__.py:5: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-01-08T10:30:44.300Z INFO run.py managed_identity(151) __init__ ManagedIdentityCredential will use IMDS with client_id: 3423231b-6b9e-4177-8817-76276b647404 2026-01-08T10:30:44.300Z INFO run.py azure_utils(32) get_credential_and_access_token VMSSManagedIdentity VmssMIClientIdForUpload Auth type will be used 2026-01-08T10:30:44.306Z INFO run.py _universal(511) on_request Request URL: 'http://169.254.169.254/metadata/identity/oauth2/token?api-version=REDACTED&resource=REDACTED&client_id=REDACTED' Request method: 'GET' Request headers: 'Metadata': 'REDACTED' 'User-Agent': 'azsdk-python-identity/1.25.1 Python/3.13.7 (Windows-2022Server-10.0.20348-SP0)' No body was attached to the request 2026-01-08T10:30:44.316Z INFO run.py _universal(554) on_response Response status: 200 Response headers: 'Content-Type': 'application/json; charset=utf-8' 'Server': 'IMDS/150.870.65.1854' 'x-ms-request-id': 'e8ba2adc-dfc9-474d-adab-5679fffe155e' 'Date': 'Thu, 08 Jan 2026 10:30:43 GMT' 'Content-Length': '2344' 2026-01-08T10:30:44.316Z INFO run.py msal_managed_identity_client(165) _get_token_base ImdsCredential.get_token succeeded 2026-01-08T10:30:44.316Z INFO run.py decorators(24) wrapper ManagedIdentityCredential.get_token succeeded 2026-01-08T10:30:44.316Z INFO run.py azure_utils(64) get_credential_and_access_token Credentials are valid 2026-01-08T10:30:44.317Z INFO run.py msal_managed_identity_client(165) _get_token_base ImdsCredential.get_token_info succeeded 2026-01-08T10:30:44.317Z INFO run.py decorators(24) wrapper ManagedIdentityCredential.get_token_info succeeded 2026-01-08T10:30:44.692Z INFO run.py run(48) main Beginning reading of test results. 2026-01-08T10:30:44.692Z INFO run.py __init__(42) read_results Searching 'C:\h\w\AA32093B\w\B6060963\e' for test results files 2026-01-08T10:30:44.693Z INFO run.py __init__(48) read_results Found results file C:\h\w\AA32093B\w\B6060963\e\vsagent_a00CSVI_2026-01-08_10_27_39.trx with format trx 2026-01-08T10:30:44.706Z INFO run.py __init__(48) read_results Found results file C:\h\w\AA32093B\w\B6060963\e\vsagent_a00CSVI_2026-01-08_10_28_57.trx with format trx 2026-01-08T10:30:44.716Z INFO run.py __init__(48) read_results Found results file C:\h\w\AA32093B\w\B6060963\e\vsagent_a00CSVI_2026-01-08_10_30_20.trx with format trx 2026-01-08T10:30:44.731Z INFO run.py __init__(42) read_results Searching 'C:\h\w\AA32093B\w\B6060963\uploads' for test results files 2026-01-08T10:30:44.732Z INFO run.py packing_test_reporter(30) report_results Packing 267 test reports to 'C:\h\w\AA32093B\w\B6060963\e\__test_report.json' 2026-01-08T10:30:44.733Z INFO run.py packing_test_reporter(33) report_results Packed 487499 bytes C:\h\w\AA32093B\w\B6060963\e>EXIT /b 1 ['dotnet.Tests.dll.10' END OF WORK ITEM LOG: Command exited with 1]